kubernetes/pkg/proxy/healthcheck
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
..
BUILD Better distinguish the two kinds of proxy health check servers 2019-10-04 10:37:58 -04:00
common.go Better distinguish the two kinds of proxy health check servers 2019-10-04 10:37:58 -04:00
doc.go overhaul proxy healthchecks 2017-04-05 14:22:56 -07:00
healthcheck_test.go Better distinguish the two kinds of proxy health check servers 2019-10-04 10:37:58 -04:00
proxier_health.go Better distinguish the two kinds of proxy health check servers 2019-10-04 10:37:58 -04:00
service_health.go Better distinguish the two kinds of proxy health check servers 2019-10-04 10:37:58 -04:00