-
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
[wip] Integrate net-certmanager in Serving #14955
Conversation
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: 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 |
@@ -59,10 +59,36 @@ func EnableInjectionOrDie(ctx context.Context, cfg *rest.Config) (context.Contex | |||
|
|||
ctx, informers := Default.SetupInformers(ctx, cfg) | |||
|
|||
var finalInformers []controller.Informer | |||
|
|||
for _, inf := range informers { |
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.
This is minimal change I can think of to skip informers.
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #14955 +/- ##
==========================================
- Coverage 84.03% 83.95% -0.08%
==========================================
Files 213 220 +7
Lines 16783 17318 +535
==========================================
+ Hits 14103 14539 +436
- Misses 2324 2413 +89
- Partials 356 366 +10 ☔ View full report in Codecov by Sentry. |
c7b55d5
to
c746806
Compare
6bc0c37
to
f5e9e74
Compare
a97ba4f
to
59025ee
Compare
|
/test istio-latest-mesh-tls |
/test https |
476aefa
to
df32c33
Compare
@skonto: The following tests failed, say
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
closing in favor of #15066 |
Fixes #14740
Proposed Changes
Release Note