Module kube_runtime::utils
source · [−]Expand description
Helpers for manipulating built-in streams
Structs
A
JoinHandle
that cancels the Future
when dropped, rather than detaching itStream returned by the
applied_objects
and touched_objects
method.A
Backoff
wrapper that resets after a fixed duration has elapsed.Applies a
Backoff
policy to a [Stream
]Traits
Functions
try_flatten_appliedDeprecated
Flattens each item in the list following the rules of
watcher::Event::into_iter_applied
.try_flatten_touchedDeprecated
Flattens each item in the list following the rules of
watcher::Event::into_iter_touched
.