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
Avoid unnecessary status updates in v1beta1 dual-write
Compare existing Deprecated.V1Beta1.Conditions with the new conditions
before writing. Skip the SetV1Beta1Conditions call if Type, Status,
Reason, and Message all match for every condition. This prevents
unnecessary resourceVersion bumps on stable objects, which was causing
the apiversion-upgrade e2e test's resource version stability check to
fail.
0 commit comments