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