-
Notifications
You must be signed in to change notification settings - Fork 1.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
Allow updated resource version #6499
Conversation
/kind changelog-not-required |
Codecov Report
@@ Coverage Diff @@
## main #6499 +/- ##
==========================================
- Coverage 60.28% 60.27% -0.01%
==========================================
Files 238 238
Lines 25256 25261 +5
==========================================
+ Hits 15226 15227 +1
- Misses 8976 8979 +3
- Partials 1054 1055 +1
|
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.
Looks good, but a minor request -- add a comment above the new getResourceClient call giving the reason for grabbing it again, otherwise someone reading through this later may not realize that the reason for calling it a second time is that the version of obj
may have changed during plugin calls.
Signed-off-by: Daniel Kucera <[email protected]>
@sseago , please check updated revision. Thank you. |
Thank you for contributing to Velero!
Please add a summary of your change
This change will allow changing the object apiVersion using a plugin
Does your change fix a particular issue?
Fixes #6498
Please indicate you've done the following:
/kind changelog-not-required
as a comment on this pull request.site/content/docs/main
.