Skip to content

Commit dae829a

Browse files
edmondceausuroot
authored and
root
committed
make generate
1 parent b1511d6 commit dae829a

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

config/crd/bases/controlplane.cluster.x-k8s.io_awsmanagedcontrolplanes.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -2212,10 +2212,11 @@ spec:
22122212
default: overwrite
22132213
description: |-
22142214
ConflictResolution is used to declare what should happen if there
2215-
are parameter conflicts. Defaults to none
2215+
are parameter conflicts. Defaults to overwrite
22162216
enum:
22172217
- overwrite
22182218
- none
2219+
- preserve
22192220
type: string
22202221
name:
22212222
description: Name is the name of the addon

controlplane/eks/api/v1beta2/types.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -134,9 +134,9 @@ type Addon struct {
134134
// +optional
135135
Configuration string `json:"configuration,omitempty"`
136136
// ConflictResolution is used to declare what should happen if there
137-
// are parameter conflicts. Defaults to none
137+
// are parameter conflicts. Defaults to overwrite
138138
// +kubebuilder:default=overwrite
139-
// +kubebuilder:validation:Enum=overwrite;none
139+
// +kubebuilder:validation:Enum=overwrite;none;preserve
140140
ConflictResolution *AddonResolution `json:"conflictResolution,omitempty"`
141141
// ServiceAccountRoleArn is the ARN of an IAM role to bind to the addons service account
142142
// +optional

0 commit comments

Comments
 (0)