api: add bandwidth limit#8630
Merged
jukie merged 13 commits intoenvoyproxy:mainfrom Apr 25, 2026
Merged
Conversation
Signed-off-by: kkk777-7 <kota.kimura0725@gmail.com>
✅ Deploy Preview for cerulean-figolla-1f9435 canceled.
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #8630 +/- ##
==========================================
- Coverage 73.63% 73.63% -0.01%
==========================================
Files 245 246 +1
Lines 48864 49076 +212
==========================================
+ Hits 35981 36137 +156
- Misses 10878 10917 +39
- Partials 2005 2022 +17 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
zirain
reviewed
Apr 1, 2026
zhaohuabing
reviewed
Apr 1, 2026
Signed-off-by: kkk777-7 <kota.kimura0725@gmail.com>
Member
Author
|
/retest |
arkodg
reviewed
Apr 1, 2026
arkodg
reviewed
Apr 1, 2026
Signed-off-by: kkk777-7 <kota.kimura0725@gmail.com>
Signed-off-by: kkk777-7 <kota.kimura0725@gmail.com>
Signed-off-by: kkk777-7 <kota.kimura0725@gmail.com>
Member
Author
|
/retest |
arkodg
reviewed
Apr 12, 2026
arkodg
reviewed
Apr 12, 2026
Signed-off-by: kkk777-7 <kota.kimura0725@gmail.com>
Member
Author
|
thanks @arkodg! I've addressed. |
zhaohuabing
reviewed
Apr 15, 2026
zhaohuabing
reviewed
Apr 15, 2026
zhaohuabing
reviewed
Apr 15, 2026
zhaohuabing
reviewed
Apr 15, 2026
zhaohuabing
reviewed
Apr 15, 2026
Signed-off-by: kkk777-7 <kota.kimura0725@gmail.com>
Signed-off-by: kkk777-7 <kota.kimura0725@gmail.com>
Signed-off-by: kkk777-7 <kota.kimura0725@gmail.com>
Signed-off-by: kkk777-7 <kota.kimura0725@gmail.com>
Member
Author
|
thanks @zhaohuabing , I've addressed. |
zhaohuabing
reviewed
Apr 22, 2026
Signed-off-by: kkk777-7 <kota.kimura0725@gmail.com>
Signed-off-by: kkk777-7 <kota.kimura0725@gmail.com>
Member
Author
|
/retest |
jukie
approved these changes
Apr 25, 2026
Merged
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What this PR does / why we need it:
Add bandwidth limit api in BackendTrafficPolicy. #4328
envoy related document: https://www.envoyproxy.io/docs/envoy/latest/api-v3/extensions/filters/http/bandwidth_limit/v3/bandwidth_limit.proto#envoy-v3-api-msg-extensions-filters-http-bandwidth-limit-v3-bandwidthlimit
Which issue(s) this PR fixes:
Fixes #4328 (needs follow-up implement pr)
Release Notes: No