mirror of https://github.com/kubernetes/kops.git
Add DescribeNetworkInterfacesPages to cloudmock
This commit is contained in:
parent
54c99b5ea6
commit
5f82b2231e
|
|
@ -22,3 +22,7 @@ func (m *MockEC2) DescribeNetworkInterfaces(input *ec2.DescribeNetworkInterfaces
|
||||||
output := &ec2.DescribeNetworkInterfacesOutput{}
|
output := &ec2.DescribeNetworkInterfacesOutput{}
|
||||||
return output, nil
|
return output, nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func (m *MockEC2) DescribeNetworkInterfacesPages(*ec2.DescribeNetworkInterfacesInput, func(*ec2.DescribeNetworkInterfacesOutput, bool) bool) error {
|
||||||
|
return nil
|
||||||
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue