Skip to content
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

Add resource modifier for velero restore describe CLI #8139

Merged
merged 1 commit into from
Aug 23, 2024

Conversation

blackpiglet
Copy link
Contributor

@blackpiglet blackpiglet commented Aug 21, 2024

Signed-off-by: Xun Jiang xun.jiang@broadcom.com

Thank you for contributing to Velero!

Please add a summary of your change

Does your change fix a particular issue?

Fixes #7579

Please indicate you've done the following:

  • Accepted the DCO. Commits without the DCO will delay acceptance.
  • Created a changelog file or added /kind changelog-not-required as a comment on this pull request.
  • Updated the corresponding documentation in site/content/docs/main.

Signed-off-by: Xun Jiang <xun.jiang@broadcom.com>
Copy link

codecov bot commented Aug 21, 2024

Codecov Report

Attention: Patch coverage is 50.00000% with 4 lines in your changes missing coverage. Please review.

Project coverage is 59.07%. Comparing base (8fde4a0) to head (c2cd6b7).
Report is 23 commits behind head on main.

Files Patch % Lines
pkg/cmd/util/output/restore_describer.go 50.00% 4 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #8139      +/-   ##
==========================================
+ Coverage   59.02%   59.07%   +0.05%     
==========================================
  Files         364      364              
  Lines       30272    30305      +33     
==========================================
+ Hits        17867    17903      +36     
  Misses      10959    10959              
+ Partials     1446     1443       -3     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@Lyndon-Li Lyndon-Li merged commit de96d4c into vmware-tanzu:main Aug 23, 2024
44 of 45 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

restore resource modifier information is missed from the velero restore describe CLI and log
4 participants