Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for servicePortEndpointChainNameBase (0.54 sec)

  1. pkg/proxy/nftables/proxier_test.go

    		},
    	}
    
    	for _, tc := range testCases {
    		t.Run(tc.name, func(t *testing.T) {
    			name := servicePortEndpointChainNameBase(&tc.spn, tc.protocol, tc.endpoint)
    			if name != tc.expected {
    				t.Errorf("expected %q, got %q", tc.expected, name)
    			}
    		})
    	}
    }
    
    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