Documentation
¶
Overview ¶
Package watcher stores interface DefaultingWatcherWithOnChange
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DefaultingWatcherWithOnChange ¶
type DefaultingWatcherWithOnChange interface {
// DefaultingWatcher is similar to Watcher, but if a ConfigMap is absent, then a code provided
// default will be used.
configmap.DefaultingWatcher
// OnChange invokes the callbacks of all observers of the given ConfigMap.
OnChange(*corev1.ConfigMap)
}
DefaultingWatcherWithOnChange is a configmap.DefaultingWatcher that also has an OnChange callback.
Click to show internal directories.
Click to hide internal directories.