Function kube_runtime::controller::trigger_owners [−][src]
pub fn trigger_owners<KOwner, S>(
stream: S
) -> impl Stream<Item = Result<ObjectRef<KOwner>, S::Error>> where
S: TryStream,
S::Ok: Meta,
KOwner: Meta,
Enqueues any owners of type KOwner
for reconciliation