Documentation
¶
Overview ¶
Package probe contains utilities for health probing, as well as health status information.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Result ¶ added in v0.11.0
type Result string
Result is a string used to handle the results for probing container readiness/livenss
const (
// Success Result
Success Result = "success"
// Warning Result. Logically success, but with additional debugging information attached.
Warning Result = "warning"
// Failure Result
Failure Result = "failure"
// Unknown Result
Unknown Result = "unknown"
)
Click to show internal directories.
Click to hide internal directories.