Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrClosedChannel = errors.New("closed watch channel")
)
Functions ¶
This section is empty.
Types ¶
type ConfigMapWatcher ¶
type ConfigMapWatcher struct {
// contains filtered or unexported fields
}
func NewConfigMapWatcher ¶
func NewConfigMapWatcher(client kubernetes.Interface, ns, selector string, quitCH <-chan struct{}) (*ConfigMapWatcher, error)
func (*ConfigMapWatcher) ListConfigMaps ¶
func (cmw *ConfigMapWatcher) ListConfigMaps() (map[string][]string, error)
func (*ConfigMapWatcher) WatchConfigMaps ¶
func (cmw *ConfigMapWatcher) WatchConfigMaps(resultCH chan<- map[string][]string) error
Click to show internal directories.
Click to hide internal directories.