File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
bootstrap/eks/internal/userdata Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ import (
25
25
"k8s.io/utils/ptr"
26
26
27
27
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"
29
29
)
30
30
31
31
func TestNewNode (t * testing.T ) {
@@ -504,7 +504,7 @@ spec:
504
504
CACert : "test-cert" ,
505
505
NodeGroupName : "test-nodegroup" ,
506
506
AMIImageID : "ami-12345678" ,
507
- CapacityType : ptr.To [expv1beta2 .ManagedMachinePoolCapacityType ](expv1beta2 .ManagedMachinePoolCapacityTypeSpot ),
507
+ CapacityType : ptr.To [expinfrav1 .ManagedMachinePoolCapacityType ](expinfrav1 .ManagedMachinePoolCapacityTypeSpot ),
508
508
UseMaxPods : ptr.To [bool ](false ),
509
509
DNSClusterIP : ptr.To [string ]("10.96.0.10" ),
510
510
},
You can’t perform that action at this time.
0 commit comments