Versions in this module Expand all Collapse all v0 v0.1.1 Aug 9, 2021 v0.1.0 Jan 8, 2021 Changes in this version + type ContextHandler interface + GetClientSet func() (kubernetes.Interface, error) + GetConfigFile func() string + GetContextName func() string + GetDynamicClient func() (dynamic.Interface, error) + IsMinikube func() (bool, error) + Kubectl func(command string, args ...string) (string, error) + func NewContextHandler(configFile *string, contextName *string) ContextHandler + type WatchHandler interface + AddedEvent func(obj runtime.Object) error + DeletedEvent func(obj runtime.Object) error + PostEvent func() error + PreWatch func(options metav1.ListOptions) (watch.Interface, error) + UpdatedEvent func(obj runtime.Object) error + type Watcher struct + ResourceVersion string + func NewWatcher(handler WatchHandler, options *metav1.ListOptions, resourceVersion string) (*Watcher, error) + func (h *Watcher) Start() + func (h *Watcher) Stop()