-
Notifications
You must be signed in to change notification settings - Fork 261
Update case to match resource. #694
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
Update case to match resource. #694
Conversation
|
Hi @Jamstah. Thanks for your PR. I'm waiting for a operator-framework member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. 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. |
Codecov Report
@@ Coverage Diff @@
## master #694 +/- ##
==========================================
- Coverage 50.37% 48.57% -1.80%
==========================================
Files 102 95 -7
Lines 8702 8096 -606
==========================================
- Hits 4384 3933 -451
+ Misses 3469 3407 -62
+ Partials 849 756 -93
Continue to review full report at Codecov.
|
|
I switched this to change just the value and not the constant, although I expect the current constant isn't being used (as its wrong anyway), so it might be better to make the breaking API change instead. |
b3d6765 to
2f9bd14
Compare
|
Hah, changing the value is considered incompatible too, so I'm going to go ahead and say "we should make an incompatible change here". |
|
/ok-to-test |
|
Can you please rebase this PR against latest master? We recently fixed a kind test on CI. Thanks. |
2fb7e9d to
7304fda
Compare
Done. |
|
/assign @dinhxuanvu Assigning because you already seem to be looking at it |
|
/lgtm |
|
Related: #757. |
7304fda to
cd26781
Compare
https://github.com/openshift/api/blob/a99ffa1cac6709edf8f502b16890b16f9a557e00/console/v1/types_console_yaml_sample.go Signed-off-by: James Hewitt <james.hewitt@uk.ibm.com>
cd26781 to
423d966
Compare
|
@timflannagan rebased, can I have the lgtm back? |
dinhxuanvu
left a comment
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.
/approve
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: dinhxuanvu, Jamstah 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 |
|
@timflannagan I had to rebase this so it lost your LGTM, can you please provide another? |
|
/lgtm |
https://github.com/openshift/api/blob/a99ffa1cac6709edf8f502b16890b16f9a557e00/console/v1/types_console_yaml_sample.go Signed-off-by: James Hewitt <james.hewitt@uk.ibm.com> Signed-off-by: akihikokuroda <akihikokuroda2020@gmail.com>
https://github.com/openshift/api/blob/a99ffa1cac6709edf8f502b16890b16f9a557e00/console/v1/types_console_yaml_sample.go
Signed-off-by: James Hewitt james.hewitt@uk.ibm.com
Description of the change:
Update string to match the real world
Motivation for the change:
Kind is not recognised because the case does not match the resource.
Reviewer Checklist
/docs