Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SkipNamespaceFunc ¶ added in v0.2.105
type WatchHandler ¶
type WatchHandler struct {
// contains filtered or unexported fields
}
func NewWatchHandler ¶
func NewWatchHandler(k8sClient k8sclient.K8sClientInterface, skipNamespaceFunc SkipNamespaceFunc) *WatchHandler
func (*WatchHandler) AddAdaptor ¶
func (wh *WatchHandler) AddAdaptor(adaptor watcher.Adaptor)
func (*WatchHandler) Start ¶
func (wh *WatchHandler) Start(ctx context.Context)
func (*WatchHandler) Stop ¶
func (wh *WatchHandler) Stop(_ context.Context)
Click to show internal directories.
Click to hide internal directories.