Versions in this module Expand all Collapse all v1 v1.8.8 Jun 18, 2024 Changes in this version + type EventHandler interface + OnAdd func() + OnDelete func() + OnUpdate func() + type WatchingNamespaceProvider interface + Init func(ctx context.Context) error + IsWatchingNamespace func(key string) bool + WatchingNamespaces func() []string + func NewMockWatchingNamespaceProvider(namespaces []string) WatchingNamespaceProvider + func NewWatchingNamespaceProvider(ctx context.Context, kube *kube.KubeClient, cfg *config.Config, ...) (WatchingNamespaceProvider, error) v1.8.5 Jun 12, 2024