package
0.4.3
Repository: https://github.com/sub-mod/kubernetes.git
Documentation: pkg.go.dev

# Functions

AddHealthChecker adds a health checker to the list of known HealthChecker objects.
DoHTTPCheck checks if a GET request to the url succeeds.
DoTCPCheck checks that a TCP socket to the address can be opened.
No description provided by the author
No description provided by the author
NewHealthChecker creates a new HealthChecker which supports multiple types of liveness probes.
No description provided by the author

# Constants

Status values must be one of these constants.
Status values must be one of these constants.
Status values must be one of these constants.

# Structs

No description provided by the author
HTTPHealthChecker is an implementation of HealthChecker which checks container health by sending HTTP Get requests.
No description provided by the author

# Interfaces

No description provided by the author
HealthChecker defines an abstract interface for checking container health.
HTTPGetInterface is an abstract interface for testability.

# Type aliases

Status represents the result of a single health-check operation.