Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func InstallRootHealthz ¶
func InstallRootHealthz(c *restful.Container, checks ...HealthChecker)
Types ¶
type HealthChecker ¶
HealthChecker is a named healthz checker.
func NamedCheck ¶
func NamedCheck(name string, check func(r *http.Request) error) HealthChecker
NamedCheck returns a healthz checker for the given name and function.
Click to show internal directories.
Click to hide internal directories.