Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConfigMapWatcher ¶
type ConfigMapWatcher struct {
ConfigMapName string
WatchFunc func(string, map[string]string) error
}
ConfigMapWatcher represents a single configmap watcher
type ConfigMapWatchers ¶
type ConfigMapWatchers struct {
// contains filtered or unexported fields
}
func NewConfigMapWatchers ¶
func NewConfigMapWatchers(kubeClientset kubernetes.Interface, namespace string, watchers ...*ConfigMapWatcher) *ConfigMapWatchers
func (*ConfigMapWatchers) AddWatcher ¶
func (cmw *ConfigMapWatchers) AddWatcher(watcher *ConfigMapWatcher)
func (*ConfigMapWatchers) Stop ¶ added in v1.114.0
func (cmw *ConfigMapWatchers) Stop()
func (*ConfigMapWatchers) Watch ¶ added in v1.114.0
func (cmw *ConfigMapWatchers) Watch()
Click to show internal directories.
Click to hide internal directories.