Skip to content

Commit 2a40624

Browse files
committed
Fix lint issues with comments
1 parent 2974024 commit 2a40624

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bootstrap/eks/internal/userdata/node_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ import (
2525
"k8s.io/utils/ptr"
2626

2727
eksbootstrapv1 "sigs.k8s.io/cluster-api-provider-aws/v2/bootstrap/eks/api/v1beta2"
28-
expv1beta2 "sigs.k8s.io/cluster-api-provider-aws/v2/exp/api/v1beta2"
28+
expinfrav1 "sigs.k8s.io/cluster-api-provider-aws/v2/exp/api/v1beta2"
2929
)
3030

3131
func TestNewNode(t *testing.T) {
@@ -504,7 +504,7 @@ spec:
504504
CACert: "test-cert",
505505
NodeGroupName: "test-nodegroup",
506506
AMIImageID: "ami-12345678",
507-
CapacityType: ptr.To[expv1beta2.ManagedMachinePoolCapacityType](expv1beta2.ManagedMachinePoolCapacityTypeSpot),
507+
CapacityType: ptr.To[expinfrav1.ManagedMachinePoolCapacityType](expinfrav1.ManagedMachinePoolCapacityTypeSpot),
508508
UseMaxPods: ptr.To[bool](false),
509509
DNSClusterIP: ptr.To[string]("10.96.0.10"),
510510
},

0 commit comments

Comments
 (0)