-
Notifications
You must be signed in to change notification settings - Fork 575
SPLAT-1097: IBMCloud: Add IBM Cloud Service names #1657
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
SPLAT-1097: IBMCloud: Add IBM Cloud Service names #1657
Conversation
Hello @cjschaef! Some important instructions when contributing to openshift/api: |
Should I also change the api/config/v1/types_infrastructure.go Line 1193 in e54cd96
We would prefer to keep the structure more flexible, if possible, like it manly is now. |
I agree Chris (at least for now). Can revisit and refactor in future release if deemed necessary (or more desirable). |
Just change the type of the |
1069962
to
9fc0daf
Compare
Updated. Since we changes the |
Add a new enum and values for IBM Cloud Service names. Related: https://issues.redhat.com/browse/SPLAT-1097
9fc0daf
to
2155ee0
Compare
/retitle SPLAT-1097: IBMCloud: Add IBM Cloud Service names |
@cjschaef: This pull request references SPLAT-1097 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the story to target the "4.15.0" version, but no target version was set. 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 API was added in #1499 which merged during the 4.15 release time frame, therefore the API hasn't hit a release yet. This doesn't change the serialisation of the field but does tighten the validation. Exception to the normal rule of not tightening the validation since this hasn't hit a release yet. /lgtm |
/override ci/prow/e2e-aws-serial-techpreview |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: cjschaef, JoelSpeed 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 |
@JoelSpeed: Overrode contexts on behalf of JoelSpeed: ci/prow/e2e-aws-serial-techpreview 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. |
@cjschaef: all tests passed! Full PR test history. Your PR dashboard. 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. |
[ART PR BUILD NOTIFIER] This PR has been included in build ose-cluster-config-api-container-v4.15.0-202311131732.p0.g39964e6.assembly.stream for distgit ose-cluster-config-api. |
Add a new enum and values for IBM Cloud Service names.
Related: https://issues.redhat.com/browse/SPLAT-1097