package
0.0.1290
Repository: https://github.com/jenkins-x/lighthouse-client.git
Documentation: pkg.go.dev

# Functions

NewConfigMapWatcher creates a new watcher of ConfigMap resources which lists them all synchronously then asynchronously processes watch events.
SetupConfigMapWatchers takes a config agent and plugin agent, each potentially nil, and sets up the appropriate watchers for them.

# Structs

ConfigMapEntryCallback invokes a callback if the value changes.
ConfigMapWatcher callbacks for changes to a config map.

# Interfaces

ConfigMapCallback represents a callback.