DependentResource and Workflow Design Details Questions #1263
Labels
dependent-resources-epic
needs-discussion
Issue needs to be discussed more before working on it
workflows
Milestone
This issue is a summary some design questions related to dependent resources and workflows.
Currently if a dependent resource is ready (ReadyCondition
) in workflows (so is in a target state) or if is delete process successfully finished (DeletePostCondition) - this can be async - is handled by Conditions. However it might be more convenient especially using it from standalone mode to put this information toReconcileResult
and also provideDeleteResult
where the result of those predicates could be added. Also might be a better / more efficient place to check it in the reconcile.Depends On and Conditions to describe workflows Dependent Resources #850 (only applies to reconcile condition if we decide to change the point above)
The text was updated successfully, but these errors were encountered: