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 82768b0 commit 75fed77Copy full SHA for 75fed77
api/v1beta2/types.go
@@ -465,7 +465,7 @@ const (
465
AmazonLinuxGPU EKSAMILookupType = "AmazonLinuxGPU"
466
// AmazonLinux2023 is the AmazonLinux 2023 AMI type.
467
AmazonLinux2023 EKSAMILookupType = "AmazonLinux2023"
468
- // AmazonLinux2023 is the AmazonLinux 2023 GPU AMI type.
+ // AmazonLinux2023GPU is the AmazonLinux 2023 GPU AMI type.
469
AmazonLinux2023GPU EKSAMILookupType = "AmazonLinux2023GPU"
470
)
471
0 commit comments