-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Modify how the restore workflow using the resource name #8797
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
Merged
+64
−68
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
555f953
to
88d13ca
Compare
88d13ca
to
f8cb247
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #8797 +/- ##
==========================================
- Coverage 59.58% 59.55% -0.03%
==========================================
Files 370 370
Lines 40233 40229 -4
==========================================
- Hits 23971 23959 -12
- Misses 14764 14771 +7
- Partials 1498 1499 +1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
ywk253100
previously approved these changes
Mar 18, 2025
Lyndon-Li
reviewed
Mar 18, 2025
034683e
to
b2e773d
Compare
e298600
to
3ed2b62
Compare
kaovilai
reviewed
Mar 18, 2025
kaovilai
previously approved these changes
Mar 18, 2025
3ed2b62
to
e8203b9
Compare
@reasonerjt PTAL. |
kaovilai
previously approved these changes
Mar 19, 2025
e8203b9
to
01c201d
Compare
Lyndon-Li
reviewed
Mar 20, 2025
The restore workflow used name represents the backup resource and the restore to be restored, but the restored resource name may be different from the backup one, e.g. PV and VSC are global resources, to avoid conflict, need to rename them. Reanme the name variable to backupResourceName, and use obj.GetName() for restore operation. Signed-off-by: Xun Jiang <xun.jiang@broadcom.com>
01c201d
to
1652e6b
Compare
kaovilai
approved these changes
Mar 20, 2025
Lyndon-Li
approved these changes
Mar 21, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Thank you for contributing to Velero!
Please add a summary of your change
Does your change fix a particular issue?
Fixes #(issue)
Please indicate you've done the following:
make new-changelog
) or comment/kind changelog-not-required
on this PR.site/content/docs/main
.