Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for testEndpoint (0.1 sec)

  1. pilot/pkg/xds/eds_test.go

    // address.
    func testTCPEndpoints(expected string, adsc *adsc.ADSC, t *testing.T) {
    	t.Helper()
    	testEndpoints(expected, "outbound|8080||eds.test.svc.cluster.local", adsc, t)
    }
    
    // Verify server sends the endpoint. This check for a single endpoint with the given
    // address.
    func testEndpoints(expected string, cluster string, adsc *adsc.ADSC, t *testing.T) {
    	t.Helper()
    	lbe, f := adsc.GetEndpoints()[cluster]
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Feb 02 20:58:47 UTC 2024
    - 39.6K bytes
    - Viewed (0)
  2. pkg/proxy/nftables/helpers_test.go

    				// DNAT to an endpoint IP and terminate processing.
    				match := dnatRegexp.FindStringSubmatch(rule)
    				destEndpoint := match[2]
    
    				tracer.matches = append(tracer.matches, ruleObj.Rule)
    				tracer.outputs = append(tracer.outputs, destEndpoint)
    				return true
    
    			case endpointVMAPRegexp.MatchString(rule):
    				// `^numgen random mod \d+ vmap \{(.*)\}$`
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Apr 02 09:57:47 UTC 2024
    - 48.5K bytes
    - Viewed (0)
Back to top