Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddToContainer ¶
func AddToContainer(container *restful.Container, path string, checks ...HealthChecker) error
func InstallHandler ¶
func InstallHandler(container *restful.Container, checks ...HealthChecker) error
func InstallLivezHandler ¶
func InstallLivezHandler(container *restful.Container, checks ...HealthChecker) error
Types ¶
type HealthChecker ¶
HealthChecker is a named healthz checker.
var PingHealthz HealthChecker = ping{}
PingHealthz returns true automatically when checked
Click to show internal directories.
Click to hide internal directories.