Versions in this module Expand all Collapse all v0 v0.1442.0 Feb 27, 2024 Changes in this version + const CellUnhealthyMetric + const GardenHealthCheckFailedMetric + const HealthcheckNetworkProperty + const HealthcheckPrefix + const HealthcheckTag + const HealthcheckTagValue + type Checker interface + Cancel func(lager.Logger) + Healthcheck func(lager.Logger) error + func NewChecker(rootFSPath string, containerOwnerName string, retryInterval time.Duration, ...) Checker + type HealthcheckFailedError int + func (e HealthcheckFailedError) Error() string + type HealthcheckTimeoutError struct + func (HealthcheckTimeoutError) Error() string + type Runner struct + func NewRunner(checkInterval time.Duration, emissionInterval time.Duration, ...) *Runner + func (r *Runner) Run(signals <-chan os.Signal, ready chan<- struct{}) error + type UnrecoverableError string + func (e UnrecoverableError) Error() string