We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
(Minor) Method AddFinalizers is doing a check if the finalizer is already present before delegating to controllerutil.AddFinalizer. The implementation of controllerutil.AddFinalizer is doing that check too already: https://github.com/kubernetes-sigs/controller-runtime/blob/7ba3e559790c5e3543002a0d9670b4cef3ccf743/pkg/controller/controllerutil/controllerutil.go#L351
controllerutil.AddFinalizer
The text was updated successfully, but these errors were encountered:
@al3xandru, Thanks for pointing. We will update the logic in our next release.
Sorry, something went wrong.
No branches or pull requests
(Minor) Method AddFinalizers is doing a check if the finalizer is already present before delegating to
controllerutil.AddFinalizer
. The implementation ofcontrollerutil.AddFinalizer
is doing that check too already: https://github.com/kubernetes-sigs/controller-runtime/blob/7ba3e559790c5e3543002a0d9670b4cef3ccf743/pkg/controller/controllerutil/controllerutil.go#L351The text was updated successfully, but these errors were encountered: