Function kube::runtime::controller::trigger_self[][src]

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

Enqueues the object itself for reconciliation