[][src]Function kube_runtime::utils::try_flatten_touched

pub fn try_flatten_touched<K, S: TryStream<Ok = Event<K>>>(
    stream: S
) -> impl Stream<Item = Result<K, S::Error>>

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