-
Notifications
You must be signed in to change notification settings - Fork 215
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
BREAKING: Convert knative status conditions to operatorpkg #1245
BREAKING: Convert knative status conditions to operatorpkg #1245
Conversation
Skipping CI for Draft Pull Request. |
25e826b
to
fa78114
Compare
fa78114
to
b7d5461
Compare
afd44fc
to
0eb0fdf
Compare
0eb0fdf
to
adbf30f
Compare
Pull Request Test Coverage Report for Build 9065520113Details
💛 - Coveralls |
dd6cefe
to
2fa50b0
Compare
2e0c58e
to
69bd6a7
Compare
b86052f
to
383d4c3
Compare
383d4c3
to
07b31ab
Compare
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.
/lgtm
/approve
@jigisha620: changing LGTM is restricted to collaborators In response to this:
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-sigs/prow repository. |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jigisha620, jonathan-innis 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 |
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.
/lgtm
Fixes #N/A
Description
This change converts knative's status conditions to operatorpkg
status.Conditions
package. This allows us to onboard to things likestatus.Controller
that will give us additional metrics on our status conditions for free.BREAKING: The
severity
field is removed from the conditions object. This field is not present inmetav1.Condition
but was present in the knative representation.How was this change tested?
make presubmit
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.