-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Add defaulting for all GRPC probe types #14773
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #14773 +/- ##
==========================================
- Coverage 86.01% 85.95% -0.06%
==========================================
Files 197 197
Lines 14937 14945 +8
==========================================
- Hits 12848 12846 -2
- Misses 1778 1785 +7
- Partials 311 314 +3 ☔ View full report in Codecov by Sentry. |
/assign @skonto |
/retest |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED Approval requirements bypassed by manually added approval. This pull-request has been approved by: ReToCode, skonto The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/lgtm |
/unhold |
* Add defaulting for all GRPC probe types * Add an E2E readiness test with GRPC probes * Rename function (cherry picked from commit 7feb050)
* Add defaulting for all GRPC probe types * Add an E2E readiness test with GRPC probes * Rename function (cherry picked from commit 7feb050)
Should we cherry pick to older release branches? |
* Add defaulting for all GRPC probe types * Add an E2E readiness test with GRPC probes * Rename function (cherry picked from commit 7feb050)
* Add defaulting for all GRPC probe types (knative#14773) * Add defaulting for all GRPC probe types * Add an E2E readiness test with GRPC probes * Rename function (cherry picked from commit 7feb050) * Fix build issue
Fixes #14771
Proposed Changes