Documentation ¶
Overview ¶
Package configmap contains configMap related functions.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewWatcher ¶
func NewWatcher(watcherName string, informer configmap.DefaultingWatcher) *watcher
Types ¶
type ConfigConstructor ¶
type ConfigConstructor interface { CmName() string Handle(*corev1.ConfigMap) Default() *corev1.ConfigMap }
func NewConfigConstructor ¶
func NewConfigConstructor(dftCm *corev1.ConfigMap, f func(*corev1.ConfigMap)) ConfigConstructor
Click to show internal directories.
Click to hide internal directories.