-
Notifications
You must be signed in to change notification settings - Fork 14.4k
New issue
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
Clarify Finalizer Usage and Controller Types in Background Cascading Deletion #47977
Clarify Finalizer Usage and Controller Types in Background Cascading Deletion #47977
Conversation
✅ Pull request preview available for checkingBuilt without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify site configuration. |
/lgtm |
LGTM label has been added. Git tree hash: 9e858d0f60d04dda7df3b91ea470c48edff5c72d
|
61e2792
to
7c6bced
Compare
99f3ac2
to
0707636
Compare
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: tengqm The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Hey @tengqm, could you please add the LGTM label to the PR again? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
/lgtm
LGTM label has been added. Git tree hash: 838c346b002efe38b045146ecea9c9e1ef423982
|
It's a pleasure! |
Description
This PR clarifies the use of finalizers during a background cascading deletion. It also clarifies what type of controllers are being referred to.
Issue
Closes: #47956