# Functions
ReadyzHandler writes back the HTTP status code 200 if the operator is ready, and 500 otherwise.
SetReady sets the ready condition to true, which causes the handler to respond with an OK status to readiness probes.
# Constants
HTTPReadyzEndpoint is the endpoint at which the readiness probe is supported.