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 99178e8 commit 216ebddCopy full SHA for 216ebdd
exp/controllers/awsmachinepool_controller_test.go
@@ -98,6 +98,9 @@ func TestAWSMachinePoolReconciler(t *testing.T) {
98
Spec: expinfrav1.AWSMachinePoolSpec{
99
MinSize: int32(0),
100
MaxSize: int32(100),
101
+ AWSLaunchTemplate: expinfrav1.AWSLaunchTemplate{
102
+ Name: "test",
103
+ },
104
MixedInstancesPolicy: &expinfrav1.MixedInstancesPolicy{
105
InstancesDistribution: &expinfrav1.InstancesDistribution{
106
OnDemandAllocationStrategy: expinfrav1.OnDemandAllocationStrategyPrioritized,
0 commit comments