package
1.3.2
Repository: https://github.com/hyperhq/hypernetes.git
Documentation: pkg.go.dev

# Functions

DefaultHealthz installs the default healthz check to the http.DefaultServeMux.
InstallHandler registers a handler for health checking on the path "/healthz" to mux.
NamedCheck returns a health checker for the given name and function.

# Variables

PingHealthz returns true automatically when checked.

# Interfaces

HealthzChecker is a named healthz check.