func TestValidateKubeProxyConfiguration(t *testing.T) { … } func TestValidateKubeProxyIPTablesConfiguration(t *testing.T) { … } func TestValidateKubeProxyIPVSConfiguration(t *testing.T) { … } func TestValidateKubeProxyLinuxConfiguration(t *testing.T) { … } func TestValidateProxyMode(t *testing.T) { … } func testValidateProxyModeLinux(t *testing.T) { … } func testValidateProxyModeWindows(t *testing.T) { … } func TestValidateClientConnectionConfiguration(t *testing.T) { … } func TestValidateHostPort(t *testing.T) { … } func TestValidateKubeProxyNodePortAddress(t *testing.T) { … } func TestValidateKubeProxyExcludeCIDRs(t *testing.T) { … } func TestValidateDetectLocalConfiguration(t *testing.T) { … } func TestValidateDualStackCIDRStrings(t *testing.T) { … }