-
Notifications
You must be signed in to change notification settings - Fork 650
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!
20752b9 to
cfb1c2a
Compare
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #7959 +/- ##
==========================================
+ Coverage 72.85% 72.89% +0.03%
==========================================
Files 237 237
Lines 35623 35645 +22
==========================================
+ Hits 25952 25982 +30
+ Misses 7824 7817 -7
+ Partials 1847 1846 -1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
f1f434d to
6afe582
Compare
Signed-off-by: Rinka Yoshida <[email protected]>
Signed-off-by: Rinka Yoshida <[email protected]>
Signed-off-by: Rinka Yoshida <[email protected]>
6afe582 to
fd0e384
Compare
|
/retest |
|
Fixes #7517 |
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