kube-proxy component configs
Go to file
liuhongyu f52f9fe570 Fix the kube-proxy comment so that the document can be generated correctly
Kubernetes-commit: d1525ec808c2c2ac6987f12cc68acf0b5a776650
2020-10-26 23:13:50 +08:00
.github delete all duplicate empty blanks 2019-02-22 09:43:51 +08:00
Godeps Merge pull request #96279 from cmluciano/cml/netutilsipv4 2020-11-07 12:42:17 +00:00
config Fix the kube-proxy comment so that the document can be generated correctly 2020-10-26 23:13:50 +08: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 Updated OWNERS files to include link to docs 2019-01-30 20:05:00 +01:00
README.md update autogenerated file 2018-08-25 15:58:15 +08: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
go.mod Merge pull request #96279 from cmluciano/cml/netutilsipv4 2020-11-07 12:42:17 +00:00
go.sum Merge pull request #96279 from cmluciano/cml/netutilsipv4 2020-11-07 12:42:17 +00:00

README.md

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.