Function kube_runtime::controller::trigger_self

source ยท
pub fn trigger_self<K, S>(
    stream: S,
    dyntype: K::DynamicType,
) -> impl Stream<Item = Result<ReconcileRequest<K>, S::Error>>
where S: TryStream<Ok = K>, K: Resource, K::DynamicType: Clone,
Expand description

Enqueues the object itself for reconciliation