Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Watcher ¶
type Watcher interface { // Run Watcher in the background, listening for k8s resource events, until StopFunc is called RunBackground() StopFunc // Get ResourceEventHandler GetHandler() resEventHandler.ResourceEventHandler }
func NewWatcher ¶
func NewWatcher(eventHandler resEventHandler.ResourceEventHandler, client k8sClient.Client) Watcher
Click to show internal directories.
Click to hide internal directories.