Documentation
¶
Index ¶
- Variables
- type Watcher
- func (w *Watcher[T]) ByName(ctx context.Context, namespace, name string, cb func(obj T) (bool, error)) (def T, _ error)
- func (w *Watcher[T]) ByObject(ctx context.Context, obj T, cb func(obj T) (bool, error)) (def T, _ error)
- func (w *Watcher[T]) BySelector(ctx context.Context, namespace string, selector labels.Selector, ...) (def T, _ error)
Constants ¶
This section is empty.
Variables ¶
View Source
var (
WatchTimeoutSeconds int64 = 120
)
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.