-
Couldn't load subscription status.
- Fork 68
Modify Operator Conditions #130
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
Modify Operator Conditions #130
Conversation
abd898f to
6725a0e
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
|
Could you please rebase @varshaprasad96 - I can override the go-apidiff. |
This PR brings in 2 changes: 1. Introduce a new reason for Unknown status: Currently, we specify BundleDeploymentFailure or InstallationSuccess as reasons for an unknown status. This means that we are not sure if the install is successfull or we aren't sure of a failure either. To make it more accurate, we introduce a new reason "InstallStatusUnknown" to mean that the status cannot be determined at that particular instant. 2. Rename "BundleDeploymentFailed" to "InstallationUnsuccessful" This prevents leaking of Rukpak API names. BundleDeployment Failed can be one of the reason for unsuccessful installation. Signed-off-by: Varsha Prasad Narsing <varshaprasad96@gmail.com>
6725a0e to
741b5eb
Compare
|
New changes are detected. LGTM label has been removed. |
|
@perdasilva done! Thanks :) |
|
/override go-apidiff |
|
@perdasilva: Overrode contexts on behalf of perdasilva: go-apidiff 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/test-infra repository. |
This PR brings in 2 changes:
Introduce a new reason for Unknown status: Currently, we specify BundleDeploymentFailure or InstallationSuccess as reasons for an unknown status. This means that we are not sure if the install is successfull or we aren't sure of a failure either. To make it more accurate, we introduce a new reason "InstallStatusUnknown" to mean that the status cannot be determined at that particular instant.
Rename "BundleDeploymentFailed" to "InstallationUnsuccessful": This prevents leaking of Rukpak API names. BundleDeployment Failed can be one of the reason for unsuccessful installation.