Documentation ¶ Index ¶ func End(key string) func HealthInfo() (bool, string) func Healthz(w http.ResponseWriter, r *http.Request) func IsHealthy() bool func Start(key string, period time.Duration) func Tick(key string) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func End ¶ func End(key string) func HealthInfo ¶ func HealthInfo() (bool, string) func Healthz ¶ func Healthz(w http.ResponseWriter, r *http.Request) Healthz is a HTTP handler for the /healthz endpoint which responses with 200 OK status code if the Gardener controller manager is healthy; and with 500 Internal Server error status code otherwise. func IsHealthy ¶ func IsHealthy() bool func Start ¶ func Start(key string, period time.Duration) func Tick ¶ func Tick(key string) Types ¶ This section is empty. Source Files ¶ View all Source files healthz.goreport.go Click to show internal directories. Click to hide internal directories.