Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion config/v1/0000_10_config-operator_01_ingress.crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ spec:
The default ingresscontroller domain will follow this pattern: \"*.<domain>\".
\n Once set, changing domain is not currently supported."
type: string
loadbalancer:
loadBalancer:
description: loadBalancer contains the load balancer details in general
which are not only specific to the underlying infrastructure provider
of the current cluster and are required for Ingress Controller to
Expand Down
2 changes: 1 addition & 1 deletion config/v1/types_ingress.go
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ type IngressSpec struct {
// loadBalancer contains the load balancer details in general which are not only specific to the underlying infrastructure
// provider of the current cluster and are required for Ingress Controller to work on OpenShift.
// +optional
LoadBalancer LoadBalancer `json:"loadbalancer,omitempty"`
LoadBalancer LoadBalancer `json:"loadBalancer,omitempty"`
}

// IngressPlatformSpec holds the desired state of Ingress specific to the underlying infrastructure provider
Expand Down
2 changes: 1 addition & 1 deletion config/v1/zz_generated.swagger_doc_generated.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion openapi/generated_openapi/zz_generated.openapi.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion openapi/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -7080,7 +7080,7 @@
"type": "string",
"default": ""
},
"loadbalancer": {
"loadBalancer": {
"description": "loadBalancer contains the load balancer details in general which are not only specific to the underlying infrastructure provider of the current cluster and are required for Ingress Controller to work on OpenShift.",
"default": {},
"$ref": "#/definitions/com.github.openshift.api.config.v1.LoadBalancer"
Expand Down