package
0.7.3
Repository: https://github.com/kubernetes-helm/monocular.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author

# Functions

NewHealthz creates a new http.Handler for the healthz operation.
NewHealthzDefault creates HealthzDefault with default headers values.
NewHealthzOK creates HealthzOK with default headers values.
NewHealthzParams creates a new HealthzParams object with the default values initialized.
NewMonocularAPI creates a new Monocular instance.

# Structs

Healthz swagger:route GET /healthz healthz health check */.
HealthzDefault unexpected error swagger:response healthzDefault */.
HealthzOK healthy swagger:response healthzOK */.
HealthzParams contains all the bound params for the healthz operation typically these are obtained from a http.Request swagger:parameters healthz.
MonocularAPI the monocular API */.

# Interfaces

HealthzHandler interface for that can handle valid healthz params.

# Type aliases

HealthzHandlerFunc turns a function with the right signature into a healthz handler.