Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestAddressFromDeprecatedFlags (0.17 sec)

  1. cmd/kube-proxy/app/server_test.go

    	}
    }
    
    // CleanupAndExit runs in the specified ProxyServer.
    func (s *fakeProxyServerError) CleanupAndExit() error {
    	return errors.New("mocking error from ProxyServer.CleanupAndExit()")
    }
    
    func TestAddressFromDeprecatedFlags(t *testing.T) {
    	testCases := []struct {
    		name               string
    		healthzPort        int32
    		healthzBindAddress string
    		metricsPort        int32
    		metricsBindAddress string
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 22 05:08:41 UTC 2024
    - 32.3K bytes
    - Viewed (0)
Back to top