package
0.0.0-20180911130330-d3ccc4fb1d66
Repository: https://github.com/rglyons/kube-arangodb.git
Documentation: pkg.go.dev

# Functions

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

# Variables

LogHealthz returns true if logging is not blocked.
PingHealthz returns true automatically when checked.

# Interfaces

HealthzChecker is a named healthz checker.