Skip to content

Commit fe8a989

Browse files
committed
Added generated files
1 parent 202c31e commit fe8a989

File tree

4 files changed

+64
-37
lines changed

4 files changed

+64
-37
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2400,6 +2400,12 @@ spec:
24002400
- host
24012401
- port
24022402
type: object
2403+
deletionProtection:
2404+
default: false
2405+
description: |-
2406+
DeletionProtection indicates whether to enable deletion protection for the EKS cluster.
2407+
When enabled, the cluster cannot be deleted unless deletion protection is first disabled.
2408+
type: boolean
24032409
eksClusterName:
24042410
description: |-
24052411
EKSClusterName allows you to specify the name of the EKS cluster in

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,12 @@ spec:
187187
- host
188188
- port
189189
type: object
190+
deletionProtection:
191+
default: false
192+
description: |-
193+
DeletionProtection indicates whether to enable deletion protection for the EKS cluster.
194+
When enabled, the cluster cannot be deleted unless deletion protection is first disabled.
195+
type: boolean
190196
eksClusterName:
191197
description: |-
192198
EKSClusterName allows you to specify the name of the EKS cluster in

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

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

pkg/cloud/endpoints/partitions.go

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

0 commit comments

Comments
 (0)