feat: impl dynamic resolver backend type#5725
Merged
Merged
Conversation
1fd8e40 to
a6e6862
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #5725 +/- ##
==========================================
+ Coverage 65.32% 65.37% +0.04%
==========================================
Files 222 222
Lines 35459 35532 +73
==========================================
+ Hits 23164 23228 +64
- Misses 10859 10868 +9
Partials 1436 1436 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
f9fe173 to
48ee39a
Compare
zhaohuabing
commented
Apr 14, 2025
zhaohuabing
commented
Apr 14, 2025
zhaohuabing
commented
Apr 14, 2025
zhaohuabing
commented
Apr 14, 2025
zhaohuabing
commented
Apr 14, 2025
zhaohuabing
commented
Apr 14, 2025
zhaohuabing
commented
Apr 14, 2025
zhaohuabing
commented
Apr 14, 2025
zhaohuabing
commented
Apr 14, 2025
zhaohuabing
commented
Apr 14, 2025
zhaohuabing
commented
Apr 14, 2025
zhaohuabing
commented
Apr 14, 2025
zhaohuabing
commented
Apr 14, 2025
f38d12a to
4a1a956
Compare
0e5813d to
149b1ee
Compare
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
6afe595 to
520d922
Compare
Signed-off-by: Huabing (Robin) Zhao <zhaohuabing@gmail.com> fix test Signed-off-by: Huabing (Robin) Zhao <zhaohuabing@gmail.com> add comment Signed-off-by: Huabing (Robin) Zhao <zhaohuabing@gmail.com> add e2e test Signed-off-by: Huabing (Robin) Zhao <zhaohuabing@gmail.com> Update internal/gatewayapi/backend.go Co-authored-by: Arko Dasgupta <arkodg@users.noreply.github.com> Signed-off-by: Huabing (Robin) Zhao <zhaohuabing@gmail.com> fix reason Signed-off-by: Huabing (Robin) Zhao <zhaohuabing@gmail.com> fix tests Signed-off-by: Huabing (Robin) Zhao <zhaohuabing@gmail.com> improve status messages Signed-off-by: Huabing (Robin) Zhao <zhaohuabing@gmail.com>
520d922 to
2d444ea
Compare
zirain
approved these changes
Apr 30, 2025
arkodg
approved these changes
Apr 30, 2025
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.
This PR implements the dynamic resolver Backend type.
To keep the scope managed and make this easier to review, this PR only modifies the HTTPRoute. Follow-up PRs will extend dynamic resolver for GRPCRoute, TLSRoute, TCPRoute, and UDPRoute.
Impl: #3560
Release Notes: Yes