Closed jcrossley3 closed 4 years ago
The following is the coverage report on the affected files.
Say /test pull-knative-serving-operator-go-coverage
to re-run this coverage report
File | Old Coverage | New Coverage | Delta |
---|---|---|---|
pkg/apis/serving/v1alpha1/knativeserving_lifecycle.go | 7.7% | 57.9% | 50.2 |
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: jcrossley3, matzew
The full list of commands accepted by this bot can be found here.
The pull request process is described here
This allows any other controllers, e.g. platform-specific ones, watching the KnativeServing resource to defer its "Ready" condition until any deps on that platform, e.g. a service mesh, are successfully installed.
This is effectively a no-op unless some other controller marks the condition as "missing" or "installing".