kube::runtime::controller

Function trigger_owners

Source
pub fn trigger_owners<KOwner, S>(
    stream: S,
    owner_type: <KOwner as Resource>::DynamicType,
    child_type: <<S as TryStream>::Ok as Resource>::DynamicType,
) -> impl Stream<Item = Result<ReconcileRequest<KOwner>, <S as TryStream>::Error>>
where S: TryStream, <S as TryStream>::Ok: Resource, <<S as TryStream>::Ok as Resource>::DynamicType: Clone, KOwner: Resource, <KOwner as Resource>::DynamicType: Clone,
Expand description

Enqueues any owners of type KOwner for reconciliation