package probe
import "k8s.io/kubernetes/pkg/probe"
Package probe contains utilities for health probing, as well as health status information.
Index ¶
Types ¶
type Result ¶
type Result string
Result is a string used to handle the results for probing container readiness/livenss
const ( // Success Result Success Result = "success" // Failure Result Failure Result = "failure" // Unknown Result Unknown Result = "unknown" )
Source Files ¶
doc.go probe.go
Directories ¶
Path | Synopsis |
---|---|
pkg/probe/exec | |
pkg/probe/http | |
pkg/probe/tcp |
- Version
- v1.13.0-beta.0
- Published
- Nov 7, 2018
- Platform
- js/wasm
- Last checked
- 3 minutes ago –
Tools for package owners.