Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
HealthzTimeout time.Duration = 2
)
Functions ¶
func PingWithTimeout ¶
Types ¶
type HealthzHandler ¶
func NewHealthzHandler ¶
func NewHealthzHandler(timeout int) *HealthzHandler
func (*HealthzHandler) AddControllerHealthChecker ¶
func (hh *HealthzHandler) AddControllerHealthChecker(name string, controllerCheck healthz.Checker)
func (*HealthzHandler) AddControllersHealthCheckers ¶
func (hh *HealthzHandler) AddControllersHealthCheckers(controllerCheckers map[string]healthz.Checker)
func (*HealthzHandler) AddControllersHealthStatusChecksToManager ¶
func (hh *HealthzHandler) AddControllersHealthStatusChecksToManager(mgr manager.Manager) error
Click to show internal directories.
Click to hide internal directories.