package
0.0.0-20191024030528-a481964b876e
Repository: https://github.com/divinerapier/learn-kubernetes.git
Documentation: pkg.go.dev

# Functions

NewManager creates and returns an empty results manager.

# Constants

Failure is encoded as "false" (type Result).
Success is encoded as "true" (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.