Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CheckGraph ¶
CheckGraph walks a graph and runs health checks on each health-checkable node
Types ¶
type Check ¶
type Check interface { FailingDep(string, resource.TaskStatus) HealthCheck() (*resource.HealthStatus, error) }
Check defines the interface for a health check
Click to show internal directories.
Click to hide internal directories.