File tree Expand file tree Collapse file tree 3 files changed +8
-4
lines changed
api/external/sigs.k8s.io/cluster-api-provider-aws/v2/api/v1beta2 Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ type AMIReference struct {
54
54
ID * string `json:"id,omitempty"`
55
55
56
56
// EKSOptimizedLookupType If specified, will look up an EKS Optimized image in SSM Parameter store
57
- // +kubebuilder:validation:Enum:=AmazonLinux;AmazonLinuxGPU
57
+ // +kubebuilder:validation:Enum:=AmazonLinux;AmazonLinuxGPU;AmazonLinux2023;AmazonLinux2023GPU
58
58
// +optional
59
59
EKSOptimizedLookupType * EKSAMILookupType `json:"eksLookupType,omitempty"`
60
60
}
@@ -463,6 +463,10 @@ const (
463
463
AmazonLinux EKSAMILookupType = "AmazonLinux"
464
464
// AmazonLinuxGPU is the AmazonLinux GPU AMI type.
465
465
AmazonLinuxGPU EKSAMILookupType = "AmazonLinuxGPU"
466
+ // AmazonLinux2023 is the AmazonLinux 2023 AMI type.
467
+ AmazonLinux2023 EKSAMILookupType = "AmazonLinux2023"
468
+ // AmazonLinux2023GPU is the AmazonLinux 2023 GPU AMI type.
469
+ AmazonLinux2023GPU EKSAMILookupType = "AmazonLinux2023GPU"
466
470
)
467
471
468
472
// PrivateDNSName is the options for the instance hostname.
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ go 1.22.0
7
7
8
8
toolchain go1.24.1
9
9
10
- require sigs.k8s.io/cluster-api-provider-aws/v2 v2.8.3
10
+ require sigs.k8s.io/cluster-api-provider-aws/v2 v2.8.4
11
11
12
12
require (
13
13
github.com/aws/aws-sdk-go v1.55.5 // indirect
Original file line number Diff line number Diff line change @@ -192,8 +192,8 @@ k8s.io/utils v0.0.0-20240711033017-18e509b52bc8 h1:pUdcCO1Lk/tbT5ztQWOBi5HBgbBP1
192
192
k8s.io/utils v0.0.0-20240711033017-18e509b52bc8 /go.mod h1:OLgZIPagt7ERELqWJFomSt595RzquPNLL48iOWgYOg0 =
193
193
sigs.k8s.io/cluster-api v1.9.4 h1:pa2Ho50F9Js/Vv/Jy11TcpmGiqY2ukXCoDj/dY25Y7M =
194
194
sigs.k8s.io/cluster-api v1.9.4 /go.mod h1:9DjpPCxJJo7/mH+KceINNJHr9c5X9S9HEp2B8JG3Uv8 =
195
- sigs.k8s.io/cluster-api-provider-aws/v2 v2.8.3 h1:Mp7UJlcmKMjTvMmgSn6yqjDOYqy/Y7fV4e7fy2wpQm8 =
196
- sigs.k8s.io/cluster-api-provider-aws/v2 v2.8.3 /go.mod h1:ubZXYyieYt+I4jQFJ47J9Hq4W3zPernTWXlIfIZnB3Y =
195
+ sigs.k8s.io/cluster-api-provider-aws/v2 v2.8.4 h1:Qhedvgjob/4dObhNdI3zK6Ekp6MdQP8ce4vF/p0TXlw =
196
+ sigs.k8s.io/cluster-api-provider-aws/v2 v2.8.4 /go.mod h1:ubZXYyieYt+I4jQFJ47J9Hq4W3zPernTWXlIfIZnB3Y =
197
197
sigs.k8s.io/controller-runtime v0.19.4 h1:SUmheabttt0nx8uJtoII4oIP27BVVvAKFvdvGFwV/Qo =
198
198
sigs.k8s.io/controller-runtime v0.19.4 /go.mod h1:iRmWllt8IlaLjvTTDLhRBXIEtkCK6hwVBJJsYS9Ajf4 =
199
199
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd h1:EDPBXCAspyGV4jQlpZSudPeMmr1bNJefnuqLsRAsHZo =
You can’t perform that action at this time.
0 commit comments