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

Use aggregated discovery API to discovery API groups and resources #8353

Merged
merged 1 commit into from
Nov 5, 2024

Conversation

ywk253100
Copy link
Contributor

Use aggregated discovery API to discovery API groups and resources

Fixes #7526

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:

Use aggregated discovery API to discovery API groups and resources

Fixes vmware-tanzu#7526

Signed-off-by: Wenkai Yin(尹文开) <[email protected]>
Copy link

codecov bot commented Oct 28, 2024

Codecov Report

Attention: Patch coverage is 4.76190% with 20 lines in your changes missing coverage. Please review.

Project coverage is 58.95%. Comparing base (8320df4) to head (0784792).
Report is 6 commits behind head on main.

Files with missing lines Patch % Lines
pkg/cmd/server/plugin/plugin.go 0.00% 12 Missing ⚠️
pkg/client/factory.go 0.00% 6 Missing ⚠️
pkg/cmd/server/server.go 0.00% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #8353      +/-   ##
==========================================
- Coverage   58.97%   58.95%   -0.03%     
==========================================
  Files         367      367              
  Lines       38876    38890      +14     
==========================================
  Hits        22928    22928              
- Misses      14486    14500      +14     
  Partials     1462     1462              

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

@ywk253100
Copy link
Contributor Author

@blackpiglet @shubham-pampattiwar @Lyndon-Li Could you take a look at this PR again?

@shubham-pampattiwar
Copy link
Collaborator

@ywk253100 Are we planning to conduct any performance testing to measure how much the backup operation’s performance improves with the PR changes?

@ywk253100
Copy link
Contributor Author

@ywk253100 Are we planning to conduct any performance testing to measure how much the backup operation’s performance improves with the PR changes?

No plan at this moment.

@ywk253100 ywk253100 merged commit 6bffac5 into vmware-tanzu:main Nov 5, 2024
43 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.

Use the aggregated discovery to discover the groups/resources
5 participants