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 (
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
3131func 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 },
You can’t perform that action at this time.
0 commit comments