mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-03 11:48:15 +00:00
Fix TestGetNodeAddresses function error.
Signed-off-by: JunYang <yang.jun22@zte.com.cn>
This commit is contained in:
@@ -403,7 +403,7 @@ type InterfaceAddrsPair struct {
|
|||||||
addrs []net.Addr
|
addrs []net.Addr
|
||||||
}
|
}
|
||||||
|
|
||||||
func TestGetNodeAddressses(t *testing.T) {
|
func TestGetNodeAddresses(t *testing.T) {
|
||||||
testCases := []struct {
|
testCases := []struct {
|
||||||
cidrs []string
|
cidrs []string
|
||||||
nw *fake.FakeNetwork
|
nw *fake.FakeNetwork
|
||||||
|
|||||||
Reference in New Issue
Block a user