kube::runtime::controller

Function trigger_self

Source
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,
Available on crate feature runtime only.
Expand description

Enqueues the object itself for reconciliation