Skip to content

Commit d03208b

Browse files
author
edmondceausu
committed
updated comments to pass linter
1 parent 3c89665 commit d03208b

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

exp/api/v1beta2/awsmanagedmachinepool_types.go

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -40,21 +40,21 @@ const (
4040
Al2023x86_64 ManagedMachineAMIType = "AL2023_x86_64_STANDARD"
4141
// Al2023Arm64 is the AL2023 Arm AMI type.
4242
Al2023Arm64 ManagedMachineAMIType = "AL2023_ARM_64_STANDARD"
43-
// Al2023 x86 Neuron GPU type
43+
// Al2023x86_64Neuron is the Neuron GPU type
4444
Al2023x86_64Neuron ManagedMachineAMIType = "AL2023_x86_64_NEURON"
45-
// Al2023 x86 Nvidia GPU type
45+
// Al2023x86_64Nvidia is the Nvidia GPU type
4646
Al2023x86_64Nvidia ManagedMachineAMIType = "AL2023_x86_64_NVIDIA"
47-
// BottleRocket ARM64 AMI type
47+
// BottleRocketArm64 is the ARM64 AMI type
4848
BottleRocketArm64 ManagedMachineAMIType = "BOTTLEROCKET_ARM_64"
49-
// BottleRocket x86 AMI type
50-
BottleRocketx86_6 ManagedMachineAMIType = "BOTTLEROCKET_x86_64"
51-
// BottleRocket Arm64 Fips AMI type
49+
// BottleRocketx86_64 is the BottleRocket x86 AMI type
50+
BottleRocketx86_64 ManagedMachineAMIType = "BOTTLEROCKET_x86_64"
51+
// BottleRocketArm64Fips is the BottleRocket Arm64 Fips AMI type
5252
BottleRocketArm64Fips ManagedMachineAMIType = "BOTTLEROCKET_ARM_64_FIPS"
53-
// BottleRocket x86 Fips AMI type
53+
// BottleRocketx86_64Fips is the BottleRocket x86 Fips AMI type
5454
BottleRocketx86_64Fips ManagedMachineAMIType = "BOTTLEROCKET_x86_64_FIPS"
55-
// BottleRocket Arm Nvidia AMI type
55+
// BottleRocketArm64Nvidia is the BottleRocket Arm Nvidia AMI type
5656
BottleRocketArm64Nvidia ManagedMachineAMIType = "BOTTLEROCKET_ARM_64_NVIDIA"
57-
// BottleRocket x86 Nvidia AMI type
57+
// BottleRocketx86_64Nvidia is the BottleRocket x86 Nvidia AMI type
5858
BottleRocketx86_64Nvidia ManagedMachineAMIType = "BOTTLEROCKET_x86_64_NVIDIA"
5959
)
6060

0 commit comments

Comments
 (0)