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
klog.Errorf("cannot add finalizer on claim [%s/%s] for snapshot [%s/%s]: claim is being deleted", pvc.Namespace, pvc.Name, snapshot.Namespace, snapshot.Name)
844
+
returnnewControllerUpdateError(pvc.Name, "cannot add finalizer on claim because it is being deleted")
845
+
} else {
846
+
// If PVC is not being deleted and PVCFinalizer is not added yet, add the PVCFinalizer.
0 commit comments