Module kube_runtime::utils
source · Expand description
Helpers for manipulating built-in streams
Re-exports
pub use stream_subscribe::StreamSubscribe;
Modules
- Predicate functions for
WatchStreamExt::predicate_filter
Structs
- A
JoinHandlethat cancels theFuturewhen dropped, rather than detaching it - Stream returned by the
applied_objectsandtouched_objectsmethod. - Stream returned by the
predicate_filtermethod. - Stream returned by the
reflectmethod - A
Backoffwrapper that resets after a fixed duration has elapsed. - Applies a
Backoffpolicy to a [Stream]
Traits
- A predicate is a hasher of Kubernetes objects stream filtering