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
ResourceExists: r.LastOperation.Type!=v1alpha1.LastOperationCreate, // set to false when the last operation is create, hence the reconciler will retry create
188
188
ResourceUpToDate: r.LastOperation.Type!=v1alpha1.LastOperationUpdate, // set to false when the last operation is update, hence the reconciler will retry update
189
189
}, nil
190
-
casev1alpha1.LastOperationSucceeded:
190
+
casev1alpha1.LastOperationSucceeded, "":
191
191
// If the last operation succeeded, set the CR to available
192
+
// Empty state is treated as succeeded (happens with user-provided services that have no async operations)
0 commit comments