-
Notifications
You must be signed in to change notification settings - Fork 689
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
remove contour xDS server implementation #6568
base: main
Are you sure you want to change the base?
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #6568 +/- ##
==========================================
- Coverage 81.05% 80.70% -0.36%
==========================================
Files 133 130 -3
Lines 20026 19738 -288
==========================================
- Hits 16232 15929 -303
- Misses 3500 3519 +19
+ Partials 294 290 -4
|
0a90610
to
70b2eff
Compare
70b2eff
to
88cf463
Compare
Closes projectcontour#2134. Signed-off-by: Steve Kriss <[email protected]>
Signed-off-by: Steve Kriss <[email protected]>
88cf463
to
cef7058
Compare
Calling this one ready for review, are others comfortable moving forward with this cleanup? |
yep I'll take a look! |
// the `contour` xDS server implementation is removed. | ||
XDSServerType ServerType `yaml:"xds-server-type,omitempty"` | ||
} | ||
type ServerParameters struct{} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is now empty but maybe useful in the future? for migrating to ADS/Delta?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, I think that's why I left it in place, may be useful to hold future server-level params.
Signed-off-by: Steve Kriss <[email protected]>
Closes #2134.