You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Compositions should have a suspend bool that causes the eno-reconciler to stop reconciling any related resources when set to true.
It's alright for this to be read from the informer at reconciliation time - we don't need timing guarantees relative to any other types, wallclock time, etc.
Consider inferring the orphan deletion policy when suspended.
The text was updated successfully, but these errors were encountered:
Compositions should have a
suspend
bool that causes the eno-reconciler to stop reconciling any related resources when set to true.It's alright for this to be read from the informer at reconciliation time - we don't need timing guarantees relative to any other types, wallclock time, etc.
Consider inferring the orphan deletion policy when suspended.
The text was updated successfully, but these errors were encountered: