Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Healthz ¶
func Healthz(w http.ResponseWriter, r *http.Request)
Healthz is an HTTP handler for the /healthz endpoint which responds with 200 OK status code if the Machine Controller Manager is healthy; and with 500 Internal Server error status code otherwise.
func UpdateHealth ¶
func UpdateHealth(isHealthy bool)
UpdateHealth expects a boolean value <isHealthy> and assigns it to the package-internal 'healthy' variable.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.