Function kube_runtime::controller::trigger_self [−][src]
pub fn trigger_self<K, S>(
stream: S,
dyntype: K::DynamicType
) -> impl Stream<Item = Result<ObjectRef<K>, S::Error>> where
S: TryStream<Ok = K>,
K: Resource,
K::DynamicType: Clone,
Expand description
Enqueues the object itself for reconciliation