https://github.com/kubernetes/kube-proxy
kube-proxy component configs
https://github.com/kubernetes/kube-proxy
k8s-staging
Last synced: 26 days ago
JSON representation
kube-proxy component configs
- Host: GitHub
- URL: https://github.com/kubernetes/kube-proxy
- Owner: kubernetes
- License: apache-2.0
- Created: 2018-09-06T23:22:02.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2025-05-03T00:35:50.000Z (about 1 month ago)
- Last Synced: 2025-05-03T01:42:00.762Z (about 1 month ago)
- Topics: k8s-staging
- Language: Go
- Homepage:
- Size: 2.24 MB
- Stars: 188
- Watchers: 18
- Forks: 93
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: code-of-conduct.md
- Security: SECURITY_CONTACTS
Awesome Lists containing this project
README
# 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.