From c2170cc79216ad8189595b6ee5cff99e94c4b193 Mon Sep 17 00:00:00 2001 From: Thejas N Date: Thu, 25 Aug 2022 20:01:54 +0530 Subject: [PATCH] Fixed typo Signed-off-by: Thejas N --- openapi/generated_openapi/zz_generated.openapi.go | 2 +- openapi/openapi.json | 2 +- .../v1/0000_50_ingress-operator_00-ingresscontroller.crd.yaml | 4 ++-- operator/v1/types_ingress.go | 2 +- operator/v1/zz_generated.swagger_doc_generated.go | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/openapi/generated_openapi/zz_generated.openapi.go b/openapi/generated_openapi/zz_generated.openapi.go index 218f1f8e0cb..e18d13ffc32 100644 --- a/openapi/generated_openapi/zz_generated.openapi.go +++ b/openapi/generated_openapi/zz_generated.openapi.go @@ -39450,7 +39450,7 @@ func schema_openshift_api_operator_v1_LoadBalancerStrategy(ref common.ReferenceC }, "dnsManagementPolicy": { SchemaProps: spec.SchemaProps{ - Description: "dnsManagementPolicy indicates if the lifecyle of the wildcard DNS record associated with the load balancer service will be managed by the ingress operator. It defaults to Managed. Valid values are: Managed and Unmanaged.", + Description: "dnsManagementPolicy indicates if the lifecycle of the wildcard DNS record associated with the load balancer service will be managed by the ingress operator. It defaults to Managed. Valid values are: Managed and Unmanaged.", Default: "", Type: []string{"string"}, Format: "", diff --git a/openapi/openapi.json b/openapi/openapi.json index 8e6d9ff5598..d64ef90b122 100644 --- a/openapi/openapi.json +++ b/openapi/openapi.json @@ -23126,7 +23126,7 @@ ], "properties": { "dnsManagementPolicy": { - "description": "dnsManagementPolicy indicates if the lifecyle of the wildcard DNS record associated with the load balancer service will be managed by the ingress operator. It defaults to Managed. Valid values are: Managed and Unmanaged.", + "description": "dnsManagementPolicy indicates if the lifecycle of the wildcard DNS record associated with the load balancer service will be managed by the ingress operator. It defaults to Managed. Valid values are: Managed and Unmanaged.", "type": "string", "default": "" }, diff --git a/operator/v1/0000_50_ingress-operator_00-ingresscontroller.crd.yaml b/operator/v1/0000_50_ingress-operator_00-ingresscontroller.crd.yaml index b13360bb4a4..1772ff8d41b 100644 --- a/operator/v1/0000_50_ingress-operator_00-ingresscontroller.crd.yaml +++ b/operator/v1/0000_50_ingress-operator_00-ingresscontroller.crd.yaml @@ -219,7 +219,7 @@ spec: properties: dnsManagementPolicy: default: Managed - description: 'dnsManagementPolicy indicates if the lifecyle + description: 'dnsManagementPolicy indicates if the lifecycle of the wildcard DNS record associated with the load balancer service will be managed by the ingress operator. It defaults to Managed. Valid values are: Managed and Unmanaged.' @@ -1504,7 +1504,7 @@ spec: properties: dnsManagementPolicy: default: Managed - description: 'dnsManagementPolicy indicates if the lifecyle + description: 'dnsManagementPolicy indicates if the lifecycle of the wildcard DNS record associated with the load balancer service will be managed by the ingress operator. It defaults to Managed. Valid values are: Managed and Unmanaged.' diff --git a/operator/v1/types_ingress.go b/operator/v1/types_ingress.go index d13812a435a..4b89b183b1a 100644 --- a/operator/v1/types_ingress.go +++ b/operator/v1/types_ingress.go @@ -385,7 +385,7 @@ type LoadBalancerStrategy struct { // +optional ProviderParameters *ProviderLoadBalancerParameters `json:"providerParameters,omitempty"` - // dnsManagementPolicy indicates if the lifecyle of the wildcard DNS record + // dnsManagementPolicy indicates if the lifecycle of the wildcard DNS record // associated with the load balancer service will be managed by // the ingress operator. It defaults to Managed. // Valid values are: Managed and Unmanaged. diff --git a/operator/v1/zz_generated.swagger_doc_generated.go b/operator/v1/zz_generated.swagger_doc_generated.go index b2a14ae82c3..edfac626a78 100644 --- a/operator/v1/zz_generated.swagger_doc_generated.go +++ b/operator/v1/zz_generated.swagger_doc_generated.go @@ -796,7 +796,7 @@ var map_LoadBalancerStrategy = map[string]string{ "": "LoadBalancerStrategy holds parameters for a load balancer.", "scope": "scope indicates the scope at which the load balancer is exposed. Possible values are \"External\" and \"Internal\".", "providerParameters": "providerParameters holds desired load balancer information specific to the underlying infrastructure provider.\n\nIf empty, defaults will be applied. See specific providerParameters fields for details about their defaults.", - "dnsManagementPolicy": "dnsManagementPolicy indicates if the lifecyle of the wildcard DNS record associated with the load balancer service will be managed by the ingress operator. It defaults to Managed. Valid values are: Managed and Unmanaged.", + "dnsManagementPolicy": "dnsManagementPolicy indicates if the lifecycle of the wildcard DNS record associated with the load balancer service will be managed by the ingress operator. It defaults to Managed. Valid values are: Managed and Unmanaged.", } func (LoadBalancerStrategy) SwaggerDoc() map[string]string {