kubernetes/cmd/kube-proxy/app
Dan Winship 258c4c4251 Remove duplicated config fields from ProxyServer
Rather than duplicating some of the KubeProxyConfiguration into
ProxyServer, just store the KubeProxyConfiguration itself so later
code can reference it directly.

For the fields that get platform-specific defaults (Mode,
DetectLocalMode), fill the defaults directly into the
KubeProxyConfiguration rather than keeping the original there and the
defaulted version in the ProxyServer.
2023-04-27 15:43:35 -04:00
..
conntrack.go logging: fix names of keys 2023-01-23 14:24:29 +01:00
init_others.go generated: Run hack/update-gofmt.sh 2021-08-24 15:47:49 -04:00
init_windows.go Fix health check from Google's Load Balancer 2022-03-11 22:34:59 -08:00
server_others_test.go Remove duplicated config fields from ProxyServer 2023-04-27 15:43:35 -04:00
server_others.go Remove duplicated config fields from ProxyServer 2023-04-27 15:43:35 -04:00
server_test.go kube-proxy: add a flag to disables the allowing NodePort services to be accessed via localhost 2022-11-02 16:17:52 +08:00
server_windows.go Remove duplicated config fields from ProxyServer 2023-04-27 15:43:35 -04:00
server.go Remove duplicated config fields from ProxyServer 2023-04-27 15:43:35 -04:00