Skip to content

Commit bad89a2

Browse files
Merge pull request #1267 from thejasn/fixes/dnsmanagementpolicy-typo
Fixed lifecycle typo in ingress godoc
2 parents 75c1115 + c2170cc commit bad89a2

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

openapi/generated_openapi/zz_generated.openapi.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

openapi/openapi.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23721,7 +23721,7 @@
2372123721
],
2372223722
"properties": {
2372323723
"dnsManagementPolicy": {
23724-
"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.",
23724+
"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.",
2372523725
"type": "string",
2372623726
"default": ""
2372723727
},

operator/v1/0000_50_ingress-operator_00-ingresscontroller.crd.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ spec:
219219
properties:
220220
dnsManagementPolicy:
221221
default: Managed
222-
description: 'dnsManagementPolicy indicates if the lifecyle
222+
description: 'dnsManagementPolicy indicates if the lifecycle
223223
of the wildcard DNS record associated with the load balancer
224224
service will be managed by the ingress operator. It defaults
225225
to Managed. Valid values are: Managed and Unmanaged.'
@@ -1504,7 +1504,7 @@ spec:
15041504
properties:
15051505
dnsManagementPolicy:
15061506
default: Managed
1507-
description: 'dnsManagementPolicy indicates if the lifecyle
1507+
description: 'dnsManagementPolicy indicates if the lifecycle
15081508
of the wildcard DNS record associated with the load balancer
15091509
service will be managed by the ingress operator. It defaults
15101510
to Managed. Valid values are: Managed and Unmanaged.'

operator/v1/types_ingress.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@ type LoadBalancerStrategy struct {
385385
// +optional
386386
ProviderParameters *ProviderLoadBalancerParameters `json:"providerParameters,omitempty"`
387387

388-
// dnsManagementPolicy indicates if the lifecyle of the wildcard DNS record
388+
// dnsManagementPolicy indicates if the lifecycle of the wildcard DNS record
389389
// associated with the load balancer service will be managed by
390390
// the ingress operator. It defaults to Managed.
391391
// Valid values are: Managed and Unmanaged.

operator/v1/zz_generated.swagger_doc_generated.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)