Documentation ¶
Overview ¶
Package healthcheck contains an interface for assessing the health of resources configured in a CR.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HealthCheck ¶
type HealthCheck struct {
// contains filtered or unexported fields
}
HealthCheck is able to assess whether the configured health checks for a CR are all ready.
func NewHealthCheck ¶
func NewHealthCheck(parent HealthChecker, statusPoller *polling.StatusPoller) *HealthCheck
NewHealthCheck returns a new HealthCheck able to assess the given CR.
type HealthChecker ¶
Click to show internal directories.
Click to hide internal directories.