Expand description
Watches a Kubernetes Resource for changes, with error recovery
See watcher
for the primary entry point.
Structs§
- Config
- Accumulates all options that can be used on the watcher invocation.
- Default
Backoff - Default watcher backoff inspired by Kubernetes’ client-go.
- Exponential
Backoff
Enums§
- Error
- Event
- Watch events returned from the
watcher
- Initial
List Strategy - Configurable watcher listwatch semantics
- List
Semantic - Configurable list semantics for
watcher
relists
Functions§
- metadata_
watcher - Watches a Kubernetes Resource for changes continuously and receives only the metadata
- watch_
object - Watch a single named object for updates
- watcher
- Watches a Kubernetes Resource for changes continuously