kube-proxy component configs
Go to file
Kubernetes Publisher eac8cda604 Merge pull request #118557 from puerco/bump-1.24-go-1.19.10
[release-1.24] releng/go: Update images, deps and ver to go 1.19.10

Kubernetes-commit: d371c65f8b982e214dfe49df3ac892354e2e5e91
2023-06-12 19:13:49 +00:00
.github delete all duplicate empty blanks 2019-02-22 09:43:51 +08:00
config Enable local traffic detection using the interface options 2022-01-29 12:01:09 +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 OWNERS cleanup - Jan 2021 Week 1 2022-01-03 10:59:47 -05:00
README.md staging: add dummy commit to trigger gomod update (#106794) 2021-12-03 10:19:54 +00: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 Make package paths referenced by import boss valid 2021-09-28 13:06:39 -04:00
go.mod Merge pull request #118557 from puerco/bump-1.24-go-1.19.10 2023-06-12 19:13:49 +00:00
go.sum Merge pull request #118557 from puerco/bump-1.24-go-1.19.10 2023-06-12 19:13:49 +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.