-
Notifications
You must be signed in to change notification settings - Fork 381
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: impl cluster buffer limit #3479
Conversation
Signed-off-by: ShyunnY <[email protected]>
Signed-off-by: ShyunnY <[email protected]>
Signed-off-by: ShyunnY <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #3479 +/- ##
==========================================
+ Coverage 67.22% 67.39% +0.17%
==========================================
Files 166 167 +1
Lines 19722 19955 +233
==========================================
+ Hits 13258 13449 +191
- Misses 5507 5540 +33
- Partials 957 966 +9 ☔ View full report in Codecov by Sentry. |
/retest |
internal/gatewayapi/testdata/backendtrafficpolicy-buffer-limit-with-error.out.yaml
Outdated
Show resolved
Hide resolved
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! Just one nit.
Signed-off-by: ShyunnY <[email protected]>
/retest |
1 similar comment
/retest |
internal/ir/xds.go
Outdated
@@ -2024,6 +2030,13 @@ type TLSUpstreamConfig struct { | |||
TLSConfig `json:",inline"` | |||
} | |||
|
|||
// BackendPolicyConnection settings for upstream connections | |||
// +k8s:deepcopy-gen=true | |||
type BackendPolicyConnection 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.
prefer backendConnection
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.
Done!
Signed-off-by: ShyunnY <[email protected]>
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?
type:
feat impl cluster buffer limit
What this PR does / why we need it:
description:
Support
per_connection_buffer_limit_bytes
configuration on cluster by adding a knobWhich issue(s) this PR fixes:
Fixes #3278