kubernetes/cmd/kube-apiserver/app/options/validation_test.go

func makeOptionsWithCIDRs(serviceCIDR string, secondaryServiceCIDR string) *ServerRunOptions {}

func TestClusterServiceIPRange(t *testing.T) {}

func TestValidatePublicIPServiceClusterIPRangeIPFamilies(t *testing.T) {}

func getIPnetFromCIDR(cidr string) *net.IPNet {}

func TestValidateServiceNodePort(t *testing.T) {}

func makeOptionsWithPort(kubernetesServiceNodePort int, base int, size int) *ServerRunOptions {}

func TestValidateMaxCIDRRange(t *testing.T) {}