mirror of https://github.com/kubernetes/kops.git
Fix behavior of mock DescribeAutoScalingGroups when no names supplied
This commit is contained in:
parent
69fe8e3689
commit
d8128d2d59
|
@ -139,6 +139,8 @@ func (m *MockAutoscaling) DescribeAutoScalingGroups(input *autoscaling.DescribeA
|
|||
match = true
|
||||
}
|
||||
}
|
||||
} else {
|
||||
match = true
|
||||
}
|
||||
|
||||
if match {
|
||||
|
|
Loading…
Reference in New Issue