-
Couldn't load subscription status.
- Fork 4.6k
xds: return all ServerConfig dial options together #7680
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
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #7680 +/- ##
==========================================
- Coverage 82.00% 81.82% -0.18%
==========================================
Files 361 361
Lines 27825 27820 -5
==========================================
- Hits 22817 22763 -54
- Misses 3825 3857 +32
- Partials 1183 1200 +17
|
|
Also, there is a typo in the PR title and we don't need release notes for this change. This is a completely internal API and does not make sense to our users. |
Fixes : #7661
Added a single
DialOptions()method that returns a slice of all dial options for the typeServerConfiginstead of individual methods to get all dial options.RELEASE NOTES: None