Skip to content
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: implement fallback for the Backend API #4461

Merged
merged 2 commits into from
Oct 18, 2024
Merged

Conversation

arkodg
Copy link
Contributor

@arkodg arkodg commented Oct 16, 2024

Relates to #3055

Relates to envoyproxy#3055

Signed-off-by: Arko Dasgupta <arko@tetrate.io>
@arkodg arkodg requested a review from a team as a code owner October 16, 2024 19:46
Copy link

codecov bot commented Oct 16, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 65.84%. Comparing base (70c7c34) to head (3dd37d3).
Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #4461      +/-   ##
==========================================
+ Coverage   65.82%   65.84%   +0.02%     
==========================================
  Files         200      200              
  Lines       24278    24282       +4     
==========================================
+ Hits        15980    15988       +8     
+ Misses       7158     7156       -2     
+ Partials     1140     1138       -2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Signed-off-by: Arko Dasgupta <arko@tetrate.io>
@@ -131,7 +131,6 @@ type BackendSpec struct {
// the health of the active backends falls below 72%.
//
// +optional
// +notImplementedHide
Copy link
Member

@zhaohuabing zhaohuabing Oct 17, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we dont want to expose the internal details, only want to represent it as a boolean field

@arkodg arkodg requested review from a team October 18, 2024 00:12
@zirain zirain merged commit 29d7020 into envoyproxy:main Oct 18, 2024
27 checks passed
@arkodg arkodg deleted the fallback branch October 18, 2024 00:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants