Skip to content

Commit 1d856bf

Browse files
committed
remove old field
1 parent 4f05ed0 commit 1d856bf

File tree

4 files changed

+0
-20
lines changed

4 files changed

+0
-20
lines changed

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

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -96,11 +96,6 @@ spec:
9696
description: Name is the name of the addon
9797
minLength: 2
9898
type: string
99-
preserveOnDelete:
100-
description: |-
101-
PreserveOnDelete indicates that the addon resources should be
102-
preserved in the cluster on delete.
103-
type: boolean
10499
serviceAccountRoleARN:
105100
description: ServiceAccountRoleArn is the ARN of an IAM role
106101
to bind to the addons service account
@@ -2275,11 +2270,6 @@ spec:
22752270
description: Name is the name of the addon
22762271
minLength: 2
22772272
type: string
2278-
preserveOnDelete:
2279-
description: |-
2280-
PreserveOnDelete indicates that the addon resources should be
2281-
preserved in the cluster on delete.
2282-
type: boolean
22832273
serviceAccountRoleARN:
22842274
description: ServiceAccountRoleArn is the ARN of an IAM role
22852275
to bind to the addons service account

controlplane/eks/api/v1beta1/types.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -141,10 +141,6 @@ type Addon struct {
141141
// ServiceAccountRoleArn is the ARN of an IAM role to bind to the addons service account
142142
// +optional
143143
ServiceAccountRoleArn *string `json:"serviceAccountRoleARN,omitempty"`
144-
// PreserveOnDelete indicates that the addon resources should be
145-
// preserved in the cluster on delete.
146-
// +optional
147-
PreserveOnDelete bool `json:"preserveOnDelete,omitempty"`
148144
}
149145

150146
// AddonResolution defines the method for resolving parameter conflicts.

controlplane/eks/api/v1beta1/zz_generated.conversion.go

Lines changed: 0 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

controlplane/eks/api/v1beta2/types.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -141,10 +141,6 @@ type Addon struct {
141141
// ServiceAccountRoleArn is the ARN of an IAM role to bind to the addons service account
142142
// +optional
143143
ServiceAccountRoleArn *string `json:"serviceAccountRoleARN,omitempty"`
144-
// PreserveOnDelete indicates that the addon resources should be
145-
// preserved in the cluster on delete.
146-
// +optional
147-
PreserveOnDelete bool `json:"preserveOnDelete,omitempty"`
148144
}
149145

150146
// AddonResolution defines the method for resolving parameter conflicts.

0 commit comments

Comments
 (0)