-
Notifications
You must be signed in to change notification settings - Fork 100
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
refactor: replace runtime.Object with metav1.Object in pkg/util/finalizers #270
Conversation
4a1df35
to
822ea79
Compare
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #270 +/- ##
==========================================
+ Coverage 28.87% 28.89% +0.02%
==========================================
Files 114 114
Lines 13590 13545 -45
==========================================
- Hits 3924 3914 -10
+ Misses 9283 9252 -31
+ Partials 383 379 -4
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
@z1cheng Could you amend the PR description to remove the |
Submit a commit to replace the deprecated |
@z1cheng pls rebase the PR (and keep it rebased), address the comment and then LGTM. Don't worry about the codecov/patch check failure. |
18f4e4c
to
26de07c
Compare
…izers Signed-off-by: z1cheng <[email protected]>
26de07c
to
94ee52f
Compare
This PR is to replace runtime.Object with metav1.Object in
pkg/util/finalizers
related to #99