-
Notifications
You must be signed in to change notification settings - Fork 647
feat (translator): support optional health check configuration #7959
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
base: main
Are you sure you want to change the base?
Conversation
✅ Deploy Preview for cerulean-figolla-1f9435 ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
1dd6dcf to
aa8c906
Compare
nareddyt
left a comment
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.
Looks great! I am not familiar with e2e test setup, but all other files LGTM
internal/ir/xds.go
Outdated
|
|
||
| // Validate the fields within the HealthCheckOverrides structure. | ||
| func (h *HealthCheckOverrides) Validate() error { | ||
| if h.Port > 65535 { |
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.
0 should be considered invalid as well, it is typically reserved for bind() calls
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.
Updated in a separate commit!
aa8c906 to
20752b9
Compare
Signed-off-by: Rinka Yoshida <[email protected]>
Signed-off-by: Rinka Yoshida <[email protected]>
20752b9 to
cfb1c2a
Compare
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #7959 +/- ##
==========================================
+ Coverage 72.80% 72.85% +0.05%
==========================================
Files 235 235
Lines 35313 35335 +22
==========================================
+ Hits 25709 25744 +35
+ Misses 7781 7772 -9
+ Partials 1823 1819 -4 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
What type of PR is this?
What this PR does / why we need it:
Which issue(s) this PR fixes:
Fixes #
Release Notes: Yes/No