Files
kubernetes/staging/src/k8s.io/kube-proxy
Yassine TIJANI 16fe4d7627 bump k8s.io/utils to pickup ipallocator changes
Signed-off-by: Yassine TIJANI <ytijani@vmware.com>
2019-09-25 16:15:30 +02:00
..
2019-02-23 10:28:04 +08:00
2019-04-03 10:19:40 -04:00
2019-02-25 15:33:53 -08:00
2018-08-28 09:14:27 +08:00
2019-02-15 09:13:07 -05:00
2018-08-28 09:14:27 +08:00
2018-08-28 09:14:27 +08:00

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.