Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Test_servicePortEndpointChainNameBase (0.36 sec)

  1. pkg/proxy/nftables/proxier_test.go

    			name := servicePortChainNameBase(&tc.spn, tc.protocol)
    			if name != tc.expected {
    				t.Errorf("expected %q, got %q", tc.expected, name)
    			}
    		})
    	}
    }
    
    func Test_servicePortEndpointChainNameBase(t *testing.T) {
    	testCases := []struct {
    		name     string
    		spn      proxy.ServicePortName
    		protocol string
    		endpoint string
    		expected string
    	}{
    		{
    			name: "simple",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Apr 27 01:31:57 UTC 2024
    - 173.5K bytes
    - Viewed (0)
Back to top