-
Notifications
You must be signed in to change notification settings - Fork 360
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
refactor: group xds backend traffic features for BackendTrafficPolicy #3189
Conversation
Signed-off-by: shawnh2 <shawnhxh@outlook.com>
Signed-off-by: shawnh2 <shawnhxh@outlook.com>
/retest |
Signed-off-by: shawnh2 <shawnhxh@outlook.com>
@@ -592,6 +592,7 @@ xdsIR: | |||
distinct: false | |||
name: "" | |||
prefix: / | |||
traffic: {} |
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.
empty, is this expected ?
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.
indeed is empty
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 !
@shawnh2 resolve the conflicts, then we're good to go :-) |
Signed-off-by: shawnh2 <shawnhxh@outlook.com>
Signed-off-by: shawnh2 <shawnhxh@outlook.com>
…to xds-btp-group
Done |
ConfigType: &routev3.RetryPolicy_RetryHostPredicate_TypedConfig{ | ||
TypedConfig: protocov.ToAny(&previoushost.PreviousHostsPredicate{}), | ||
}, | ||
rr := route.Traffic.Retry |
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.
skip the nil check here, since it's been checked outside this func
/retest |
What type of PR is this?
What this PR does / why we need it:
Which issue(s) this PR fixes:
Fixes #2954, separated from #2926