pub fn trigger_self<K, S>(
stream: S,
dyntype: <K as Resource>::DynamicType,
) -> impl Stream<Item = Result<ReconcileRequest<K>, <S as TryStream>::Error>>
Expand description
Enqueues the object itself for reconciliation
pub fn trigger_self<K, S>(
stream: S,
dyntype: <K as Resource>::DynamicType,
) -> impl Stream<Item = Result<ReconcileRequest<K>, <S as TryStream>::Error>>
Enqueues the object itself for reconciliation