# 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.