# Functions
FromContext extracts a Config from the provided context.
FromContextOrDefaults is like FromContext, but when no Config is attached it returns a Config populated with the defaults for each of the Config fields.
NewDefaultsFromConfigMap returns a Config for the given configmap.
NewDefaultsFromMap returns a Config given a map corresponding to a ConfigMap.
NewStore creates a new store of Configs and optionally calls functions when ConfigMaps are updated.
ToContext attaches the provided Config to the provided context, returning the new context with the Config attached.
# Constants
ConfigName is the name of the configmap.
No description provided by the author
No description provided by the author