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
Mirror ReadyCondition with the actual current condition
This patch covers two things:
- Mirror() relies on sorting conditions in each condition group by their
LastTransitionTime, so it swaps the RestoreLastTransitionTimes() call
with the Mirror() call in the defer function;
- It setup ReadyCondition as Unknown instead of False, so we can avoid
it to be the only one Mirrored in the top-level status: this allows
the other conditions to compete for mirroring
Signed-off-by: Francesco Pantano <[email protected]>
0 commit comments