# Functions

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.
UpdateHealth expects a boolean value <isHealthy> and assigns it to the package-internal 'healthy' variable.