-
Notifications
You must be signed in to change notification settings - Fork 624
Feat: support mixed address types across BackendRefs in xRoute #5716
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: support mixed address types across BackendRefs in xRoute #5716
Conversation
b477879 to
461782f
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #5716 +/- ##
==========================================
- Coverage 65.19% 65.08% -0.12%
==========================================
Files 214 219 +5
Lines 34321 34839 +518
==========================================
+ Hits 22377 22674 +297
- Misses 10591 10779 +188
- Partials 1353 1386 +33 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
461782f to
cafd52c
Compare
|
looks good @rudrakhp, thanks ! added one comment to improve my understanding of the code base |
92ce357 to
6aba619
Compare
|
Potential flake (run): |
|
PR #5725 includes a major refactor of the HTTPRoute status logic. Would it be okay to wait until that's merged before moving forward with this one? Thanks! |
|
hey @rudrakhp now that refactor is in, can you rebase ? |
d5c3903 to
eed3497
Compare
Signed-off-by: Rudrakh Panigrahi <[email protected]>
eed3497 to
1d45a6f
Compare
|
@arkodg rebased and moved some bits, also do let me know if the first comment is resolved. Thanks! |
arkodg
left a comment
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.
LGTM thanks !
What type of PR is this?
Feat: support mixed address types across BackendRefs in xRoute
What this PR does / why we need it:
To support multiple address types across BackendRefs in xRoute, create XDS cluster per BackendRef.
Which issue(s) this PR fixes:
Related #5667
Release Notes: Yes/No