//
pkg.gl
Category
github.com/divinerapier/learn-kubernetes
pkg
kubelet
prober
results
package
0.0.0-20191024030528-a481964b876e
Repository:
https://github.com/divinerapier/learn-kubernetes.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
4
Dependents
3
Files
97 SLOC
#
Functions
NewManager
NewManager creates and returns an empty results manager.
#
Constants
Failure
Failure is encoded as "false" (type Result).
Success
Success is encoded as "true" (type Result).
#
Structs
Update
Update is an enum of the types of updates sent over the Updates channel.
#
Interfaces
Manager
Manager provides a probe results cache and channel of updates.
#
Type aliases
Result
Result is the type for probe results.