Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InformerWatcher ¶
type InformerWatcher struct {
// contains filtered or unexported fields
}
func NewInformerWatcher ¶
func NewInformerWatcher(clientset *kubernetes.Clientset) *InformerWatcher
func (*InformerWatcher) Start ¶
func (w *InformerWatcher) Start(ctx context.Context, includePatterns, excludePatterns []*Pattern, handler NamespaceHandler) error
func (*InformerWatcher) Stop ¶
func (w *InformerWatcher) Stop()
type NamespaceHandler ¶
Click to show internal directories.
Click to hide internal directories.