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>>
Expand description
Enqueues the object itself for reconciliation