-
Notifications
You must be signed in to change notification settings - Fork 725
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
resource_controller: prevent loadServerConfig from panic (#7361) #7384
resource_controller: prevent loadServerConfig from panic (#7361) #7384
Conversation
Signed-off-by: JmPotato <ghzpotato@gmail.com>
[REVIEW NOTIFICATION] This pull request has been approved by:
To complete the pull request process, please ask the reviewers in the list to review by filling The full list of commands accepted by this bot can be found here. Reviewer can indicate their review by submitting an approval review. |
This cherry pick PR is for a release branch and has not yet been approved by triage owners. To merge this cherry pick:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## release-7.5 #7384 +/- ##
===============================================
+ Coverage 74.61% 74.63% +0.02%
===============================================
Files 442 442
Lines 47822 47823 +1
===============================================
+ Hits 35682 35695 +13
+ Misses 8985 8969 -16
- Partials 3155 3159 +4
Flags with carried forward coverage won't be shown. Click here to find out more. |
included in #7384 |
This is an automated cherry-pick of #7361
What problem does this PR solve?
Issue Number: close #7360.
What is changed and how does it work?
Check List
Tests
Release note