# Functions
NewFakeServiceHealthServer allocates a new fake service healthcheck server manager.
NewProxierHealthServer returns a proxier health http server.
NewServiceHealthServer allocates a new service healthcheck server manager.
# Structs
FakeServiceHealthServer is a fake ServiceHealthServer for test programs.
ProxierHealthServer returns 200 "OK" by default.
# Interfaces
ProxierHealthUpdater allows callers to update healthz timestamp only.
ServiceHealthServer serves HTTP endpoints for each service name, with results based on the endpoints.