Module kube_runtime::utils
source · Expand description
Helpers for manipulating built-in streams
Re-exports
pub use stream_subscribe::StreamSubscribe;
Modules
Structs
- A
JoinHandle
that cancels theFuture
when dropped, rather than detaching it - Stream returned by the
applied_objects
andtouched_objects
method. - A
Backoff
wrapper that resets after a fixed duration has elapsed. - Applies a
Backoff
policy to a [Stream
]