mirror of
https://github.com/outbackdingo/kubernetes.git
synced 2026-02-07 18:00:29 +00:00
The loop should use 'continue' not 'break', otherwise removeFinalizer() not only removes "orphaningFinalizer" from its finalizers list but also removes others.