package
1.2.0-alpha.5
Repository: https://github.com/anfernee11/kubernetes.git
Documentation: pkg.go.dev

# Functions

NewPodConfig creates an object that can merge many configuration sources into a stream of normalized updates to a pod configuration.
NewSourceApiserver creates a config source that watches and pulls from the apiserver.
No description provided by the author
No description provided by the author

# Constants

PodConfigNotificationIncremental delivers ADD, UPDATE, and REMOVE to the update channel.
PodConfigNotificationSnapshot delivers the full configuration as a SET whenever any change occurs.
PodConfigNotificationSnapshotAndUpdates delivers an UPDATE message whenever pods are changed, and a SET message if there are any additions or removals.
PodConfigNotificationUnknown is the default value for PodConfigNotificationMode when uninitialized.

# Structs

PodConfig is a configuration mux that merges many sources of pod configuration into a single consistent structure, and then delivers incremental change notifications to listeners in order.

# Type aliases

PodConfigNotificationMode describes how changes are sent to the update channel.