kubernetes/pkg/proxy
Dan Winship 0f10102c16 Better distinguish the two kinds of proxy health check servers
Kube-proxy runs two different health servers; one for monitoring the
health of kube-proxy itself, and one for monitoring the health of
specific services. Rename them to "ProxierHealthServer" and
"ServiceHealthServer" to make this clearer, and do a bit of API
cleanup too.
2019-10-04 10:37:58 -04:00
..
apis Update kubeproxy config validation to support list of comma 2019-08-09 07:20:39 -07:00
config Adding EndpointSlice support for kube-proxy ipvs and iptables proxiers 2019-08-29 01:06:52 -07:00
healthcheck Better distinguish the two kinds of proxy health check servers 2019-10-04 10:37:58 -04:00
iptables Better distinguish the two kinds of proxy health check servers 2019-10-04 10:37:58 -04:00
ipvs Better distinguish the two kinds of proxy health check servers 2019-10-04 10:37:58 -04:00
metrics Update bazel by hack/update-bazel.sh 2019-09-16 10:36:20 +08:00
userspace Remove unused func IsProxyLocked 2019-09-04 10:36:24 +08:00
util move ShuffleStrings to pkg/proxy 2019-08-21 20:03:53 +01:00
winkernel Better distinguish the two kinds of proxy health check servers 2019-10-04 10:37:58 -04:00
winuserspace Adding EndpointSlice support for kube-proxy ipvs and iptables proxiers 2019-08-29 01:06:52 -07:00
BUILD Adding EndpointSlice support for kube-proxy ipvs and iptables proxiers 2019-08-29 01:06:52 -07:00
doc.go Use Go canonical import paths 2016-07-16 13:48:21 -04:00
endpoints_test.go Only detecting stale connections for UDP ports in kube-proxy. 2019-09-25 17:48:54 -07:00
endpoints.go Only detecting stale connections for UDP ports in kube-proxy. 2019-09-25 17:48:54 -07:00
endpointslicecache_test.go Only detecting stale connections for UDP ports in kube-proxy. 2019-09-25 17:48:54 -07:00
endpointslicecache.go Only detecting stale connections for UDP ports in kube-proxy. 2019-09-25 17:48:54 -07:00
OWNERS pkg/proxy: add sig-network-approvers/sig-network-reviewers to OWNERS files 2019-05-13 10:30:29 -05:00
service_test.go Only detecting stale connections for UDP ports in kube-proxy. 2019-09-25 17:48:54 -07:00
service.go Only detecting stale connections for UDP ports in kube-proxy. 2019-09-25 17:48:54 -07:00
types.go Only detecting stale connections for UDP ports in kube-proxy. 2019-09-25 17:48:54 -07:00