package
1.33.0-alpha.2
Repository: https://github.com/kubernetes/kubernetes.git
Documentation: pkg.go.dev

# Functions

NewManager creates and returns an empty results manager.

# Constants

Failure is encoded as 1 (type Result).
Success is encoded as 0 (type Result).
Unknown is encoded as -1 (type Result).

# Structs

Update is an enum of the types of updates sent over the Updates channel.

# Interfaces

Manager provides a probe results cache and channel of updates.

# Type aliases

Result is the type for probe results.