-
Notifications
You must be signed in to change notification settings - Fork 479
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
[gardenlet] Switch BackupEntry
controller to controller-runtime
#6926
[gardenlet] Switch BackupEntry
controller to controller-runtime
#6926
Conversation
Skipping CI for Draft Pull Request. |
76bac08
to
3f26375
Compare
3f26375
to
7e0324e
Compare
7fa9788
to
392ec6b
Compare
392ec6b
to
daf67eb
Compare
9b8b84c
to
8a50abb
Compare
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.
Only nits
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.
/lgtm
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: rfranzke 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 |
/lgtm |
Looks like the Cluster resource is gone before the backupEntry is deleted,
Fixing it. |
Had a combined look with @plkokanov, The Also, if there is a deletion graceperiod, the |
Awesome @shafeeqes and @plkokanov, this sounds very reasonable. Nice finding and thanks for fixing it! 👏🏻 |
BackupEntry
controller to controller-runtimeBackupEntry
controller to controller-runtime
How to categorize this PR?
/area dev-productivity scalability
/kind enhancement
What this PR does / why we need it:
Refactor the
BackupEntry
controller to controller-runtime.Which issue(s) this PR fixes:
Part of #4251
Special notes for your reviewer:
Generally, we want to follow this cookbook while refactoring existing controllers:
Add documentation
Add integration test based on envtest (if not already present)
Switch controller to controller-runtime
Depends on #6837, Hence in draft state.Also I will eliminate the wait for extension in favour of adding watches, once the approach in BackupBucket controller is reviewed and merged.
Release note: