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 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 @@ -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": ""
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.'
Expand Down Expand Up @@ -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.'
Expand Down
2 changes: 1 addition & 1 deletion operator/v1/types_ingress.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion operator/v1/zz_generated.swagger_doc_generated.go

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