package
0.8.0
Repository: https://github.com/laik/pipeline.git
Documentation: pkg.go.dev

# 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

# Structs

Config holds the collection of configurations that we attach to contexts.
Defaults holds the default configurations +k8s:deepcopy-gen=true.
Store is a typed wrapper around configmap.Untyped store to handle our configmaps.