-
Notifications
You must be signed in to change notification settings - Fork 581
NE-799: config/ingress: "loadbalancer" → "loadBalancer" #1306
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
NE-799: config/ingress: "loadbalancer" → "loadBalancer" #1306
The head ref may contain hidden characters: "NE-799-config-slash-ingress-loadbalancer\u2192loadBalancer"
Conversation
|
Hello @Miciah! Some important instructions when contributing to openshift/api: For merging purposes, this repository follows the no-Feature-Freeze process which means that in addition to the standard
OR
Who should apply these qe/docs/px labels?
|
434953e to
05317c2
Compare
Change the json tag for the recently added LoadBalancer field from "loadbalancer" to "loadBalancer" for consistency with other APIs. Follow-up to commit a86e43a. This commit is related to NE-799. https://issues.redhat.com/browse/NE-799 * config/v1/types_ingress.go (IngressSpec): Change "loadbalancer" to "loadBalancer". * config/v1/0000_10_config-operator_01_ingress.crd.yaml: * config/v1/zz_generated.swagger_doc_generated.go: * openapi/generated_openapi/zz_generated.openapi.go: * openapi/openapi.json: Regenerate.
05317c2 to
24ee13c
Compare
|
/test integration |
|
Hi @Miciah! I tested this with the installer but the units test fail. git clone installer code GO111MODULE=on GOFLAGS=-mod=vendor go mod edit -replace=github.com/openshift/api=github.com/Miciah/api@24ee13c go mod tidy Unit test |
|
/approve holding so @Miciah can chase usage and be sure the change will work. |
|
/label qe-approved |
|
/label px-approved |
|
/hold cancel |
|
/label docs-approved |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: deads2k, Miciah, miheer 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 |
|
@Miciah: 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. |
Change the json tag for the recently added
LoadBalancerfield from "loadbalancer" to "loadBalancer" for consistency with other APIs.Follow-up to #1209.
config/v1/types_ingress.go(IngressSpec): Change "loadbalancer" to "loadBalancer".config/v1/0000_10_config-operator_01_ingress.crd.yaml:config/v1/zz_generated.swagger_doc_generated.go:openapi/generated_openapi/zz_generated.openapi.go:openapi/openapi.json: Regenerate.