type InterfaceAddrsPair … func checkNodeIPs(expected sets.Set[string], actual []net.IP) error { … } func TestGetNodeIPs(t *testing.T) { … } func TestContainsIPv4Loopback(t *testing.T) { … }
type InterfaceAddrsPair … func checkNodeIPs(expected sets.Set[string], actual []net.IP) error { … } func TestGetNodeIPs(t *testing.T) { … } func TestContainsIPv4Loopback(t *testing.T) { … }