Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HealthStore ¶
type HealthStore interface { StartWatch(quitCh <-chan struct{}, jitterWindow time.Duration) Fetch(types.PodID, types.NodeName) *health.Result }
HealthStore can answer questions about the health of a particular pod on a node It performs this by watching the health tree of consul and caching the result
func NewHealthStore ¶
func NewHealthStore(healthChecker checker.HealthChecker) HealthStore
Click to show internal directories.
Click to hide internal directories.