mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-29 05:22:37 +00:00
Fix TestGetNodeAddresses function error.
Signed-off-by: JunYang <yang.jun22@zte.com.cn>
This commit is contained in:
parent
35061acc28
commit
923306b1ba
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user