Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion api/v1beta2/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ type AMIReference struct {
ID *string `json:"id,omitempty"`

// EKSOptimizedLookupType If specified, will look up an EKS Optimized image in SSM Parameter store
// +kubebuilder:validation:Enum:=AmazonLinux;AmazonLinuxGPU
// +kubebuilder:validation:Enum:=AmazonLinux;AmazonLinuxGPU;AmazonLinux2023;AmazonLinux2023GPU
// +optional
EKSOptimizedLookupType *EKSAMILookupType `json:"eksLookupType,omitempty"`
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,8 @@ spec:
enum:
- AmazonLinux
- AmazonLinuxGPU
- AmazonLinux2023
- AmazonLinux2023GPU
type: string
id:
description: ID of resource
Expand Down Expand Up @@ -624,6 +626,8 @@ spec:
enum:
- AmazonLinux
- AmazonLinuxGPU
- AmazonLinux2023
- AmazonLinux2023GPU
type: string
id:
description: ID of resource
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -615,6 +615,8 @@ spec:
enum:
- AmazonLinux
- AmazonLinuxGPU
- AmazonLinux2023
- AmazonLinux2023GPU
type: string
id:
description: ID of resource
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -549,6 +549,8 @@ spec:
enum:
- AmazonLinux
- AmazonLinuxGPU
- AmazonLinux2023
- AmazonLinux2023GPU
type: string
id:
description: ID of resource
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,8 @@ spec:
enum:
- AmazonLinux
- AmazonLinuxGPU
- AmazonLinux2023
- AmazonLinux2023GPU
type: string
id:
description: ID of resource
Expand Down Expand Up @@ -620,6 +622,8 @@ spec:
enum:
- AmazonLinux
- AmazonLinuxGPU
- AmazonLinux2023
- AmazonLinux2023GPU
type: string
id:
description: ID of resource
Expand Down
Loading