func TestValidateWorks(t *testing.T) { … } func TestShouldSkipService(t *testing.T) { … } func TestAppendPortIfNeeded(t *testing.T) { … } func TestMapIPsByIPFamily(t *testing.T) { … } func TestMapCIDRsByIPFamily(t *testing.T) { … } func TestGetClusterIPByFamily(t *testing.T) { … } func mustParseIPAddr(str string) net.Addr { … } func mustParseIPNet(str string) net.Addr { … } func mustParseUnix(str string) net.Addr { … } type cidrValidator … func (v *cidrValidator) isValid(ip net.IP) bool { … } func newCidrValidator(cidr string) func(ip net.IP) bool { … } func TestAddressSet(t *testing.T) { … } func TestIsZeroCIDR(t *testing.T) { … }