We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e87d560 commit 202c31eCopy full SHA for 202c31e
controlplane/eks/api/v1beta2/awsmanagedcontrolplane_types.go
@@ -208,7 +208,6 @@ type AWSManagedControlPlaneSpec struct { //nolint: maligned
208
209
// DeletionProtection indicates whether to enable deletion protection for the EKS cluster.
210
// When enabled, the cluster cannot be deleted unless deletion protection is first disabled.
211
- // Matches the EKS CreateCluster and UpdateClusterConfig API field `deletionProtection`.
212
// +kubebuilder:default=false
213
DeletionProtection bool `json:"deletionProtection,omitempty"`
214
0 commit comments