Versions in this module Expand all Collapse all v0 v0.0.6 Oct 3, 2021 v0.0.5 Oct 3, 2021 Changes in this version + const EventAdd + const EventDelete + const EventUpdate + type Client struct + type Informer interface + AddEventHandler func(handler eventHandler, notifier notify.Notifier) + HasSynced func() bool + Start func(ch <-chan struct{}) + type NewInformerFunc func(client *Client) (*multiResourceInformer, error) + func NewMultiResourceInformer(cfg *config.Config, resyncPeriod time.Duration) NewInformerFunc + type Watcher struct + func NewWatcher(cfg *config.Config) (*Watcher, error) + func (w *Watcher) Run(stopCh chan struct{})