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
// filter the cluster that is creating when the backup is continuous
1089
+
ifclusterIsCreating(reqCtx, backup, cli) {
1090
+
returnintctrlutil.NewErrorf(intctrlutil.ErrorTypeRequeue, "requeue to wait for cluster %s creation to finish", backup.Labels[constant.AppInstanceLabelKey])
1091
+
}
1086
1092
// validate if the continuous backup is created by a backupSchedule.
0 commit comments