Function kube::runtime::utils::try_flatten_applied[][src]

pub fn try_flatten_applied<K, S>(
    stream: S
) -> impl Stream<Item = Result<K, <S as TryStream>::Error>> where
    S: TryStream<Ok = Event<K>>, 
This is supported on crate feature runtime only.
Expand description

Flattens each item in the list following the rules of watcher::Event::into_iter_applied.