kube-proxy component configs
Go to file
Kubernetes Publisher 7577f97ce3 Merge pull request #133823 from dims/update-to-spf13/pflag-to-prevent-CI-break
Update to spf13/pflag to prevent CI break

Kubernetes-commit: 80b8c7b40657efbf68c1687bc7c749d4fafd827d
2025-09-01 21:24:36 +00:00
.github delete all duplicate empty blanks 2019-02-22 09:43:51 +08:00
config remove import doc comments 2024-12-02 14:43:58 +01:00
CONTRIBUTING.md Update deprecated links 2019-02-04 13:28:31 -05:00
LICENSE update autogenerated file 2018-08-25 15:58:15 +08:00
OWNERS Add more labels (esp. area/kube-proxy) to sig-network OWNERS 2023-03-18 08:32:58 -04:00
README.md clarify that staging repos are automatically published 2025-08-15 14:33:07 -07:00
SECURITY_CONTACTS populate kube-proxy SECURITY_CONTACTS 2020-06-26 16:15:43 -07:00
code-of-conduct.md update autogenerated file 2018-08-25 15:58:15 +08:00
doc.go remove import doc comments 2024-12-02 14:43:58 +01:00
go.mod Merge pull request #133823 from dims/update-to-spf13/pflag-to-prevent-CI-break 2025-09-01 21:24:36 +00:00
go.sum Merge pull request #133823 from dims/update-to-spf13/pflag-to-prevent-CI-break 2025-09-01 21:24:36 +00:00

README.md

⚠️ This is an automatically published staged repository for Kubernetes.
Contributions, including issues and pull requests, should be made to the main Kubernetes repository: https://github.com/kubernetes/kubernetes.
This repository is read-only for importing, and not used for direct contributions.
See CONTRIBUTING.md for more details.

kube-proxy

Coming Soon!

Implements https://github.com/luxas/community/blob/master/keps/sig-cluster-lifecycle/0014-20180707-componentconfig-api-types-to-staging.md#kube-proxy-changes

It provides

  • Provide a versioned API for configuring kube-proxy.

Compatibility

HEAD of this repo will match HEAD of k8s.io/apiserver, k8s.io/apimachinery, and k8s.io/client-go.

Where does it come from?

kube-proxy is synced from https://github.com/kubernetes/kubernetes/blob/master/staging/src/k8s.io/kube-proxy. Code changes are made in that location, merged into k8s.io/kubernetes and later synced here.