Skip to content

Commit 6a12397

Browse files
authored
Update types.go
1 parent 7aed417 commit 6a12397

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/v1beta1/types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ type AMIReference struct {
5151
ID *string `json:"id,omitempty"`
5252

5353
// EKSOptimizedLookupType If specified, will look up an EKS Optimized image in SSM Parameter store
54-
// +kubebuilder:validation:Enum:=AmazonLinux;AmazonLinuxGPU;AmazonLinux2023;AmazonLinux2023GPU
54+
// +kubebuilder:validation:Enum:=AmazonLinux;AmazonLinuxGPU
5555
// +optional
5656
EKSOptimizedLookupType *EKSAMILookupType `json:"eksLookupType,omitempty"`
5757
}

0 commit comments

Comments
 (0)