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 7aed417 commit 6a12397Copy full SHA for 6a12397
api/v1beta1/types.go
@@ -51,7 +51,7 @@ type AMIReference struct {
51
ID *string `json:"id,omitempty"`
52
53
// EKSOptimizedLookupType If specified, will look up an EKS Optimized image in SSM Parameter store
54
- // +kubebuilder:validation:Enum:=AmazonLinux;AmazonLinuxGPU;AmazonLinux2023;AmazonLinux2023GPU
+ // +kubebuilder:validation:Enum:=AmazonLinux;AmazonLinuxGPU
55
// +optional
56
EKSOptimizedLookupType *EKSAMILookupType `json:"eksLookupType,omitempty"`
57
}
0 commit comments