-
Notifications
You must be signed in to change notification settings - Fork 408
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
feat: improve direct clientsets for yurthub #2285
feat: improve direct clientsets for yurthub #2285
Conversation
90ba12e
to
391e821
Compare
Signed-off-by: rambohe-ch <[email protected]>
391e821
to
7b661fe
Compare
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #2285 +/- ##
==========================================
+ Coverage 46.20% 46.40% +0.20%
==========================================
Files 416 416
Lines 27279 27266 -13
==========================================
+ Hits 12604 12653 +49
+ Misses 13404 13333 -71
- Partials 1271 1280 +9
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
/LGTM |
/backport release-v1.6 |
Successfully created backport PR for |
What type of PR is this?
/kind enhancement
What this PR does / why we need it:
Use Clientset directly instead of using rest config in order to improve the performance of yurthub. because yurthub.conf file should be loaded when rest config is used each time.
Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer:
Does this PR introduce a user-facing change?
other Note