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
// deletion is blocked because of foreign finalizers
377
-
log.V(1).Info("deleted blocked due to existence of foreign finalizers")
378
-
// TODO: have an additional StateDeletionBlocked?
379
-
status.SetState(StateDeleting, readyConditionReasonDeletionBlocked, "Deletion blocked due to existing foreign finalizers")
380
-
r.client.EventRecorder().Event(component, corev1.EventTypeNormal, readyConditionReasonDeletionBlocked, "Deletion blocked due to existing foreign finalizers")
// deletion is blocked because of foreign finalizers
385
+
log.V(1).Info("deleted blocked due to existence of foreign finalizers")
386
+
// TODO: have an additional StateDeletionBlocked?
387
+
status.SetState(StateDeleting, readyConditionReasonDeletionBlocked, "Deletion blocked due to existing foreign finalizers")
388
+
r.client.EventRecorder().Event(component, corev1.EventTypeNormal, readyConditionReasonDeletionBlocked, "Deletion blocked due to existing foreign finalizers")
0 commit comments