Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for targetMatchers (0.15 sec)

  1. tests/integration/pilot/common/traffic.go

    	t.comboFilters = f
    }
    
    func (t TrafficContext) RunTraffic(tt TrafficTestCase) {
    	if tt.sourceMatchers == nil {
    		tt.sourceMatchers = t.sourceMatchers
    	}
    	if tt.targetMatchers == nil {
    		tt.targetMatchers = t.targetMatchers
    	}
    	if tt.comboFilters == nil {
    		tt.comboFilters = t.comboFilters
    	}
    	if tt.workloadAgnostic {
    		tt.RunForApps(t, t.Apps.All.Instances(), t.Apps.Namespace.Name())
    	} else {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 03 19:10:01 UTC 2024
    - 11.4K bytes
    - Viewed (0)
  2. tests/integration/pilot/common/routing.go

    				check.OK(),
    				check.Host("new-authority")),
    		},
    		workloadAgnostic: true,
    	})
    	t.RunTraffic(TrafficTestCase{
    		name: "cors",
    		// TODO https://github.com/istio/istio/issues/31532
    		targetMatchers: []match.Matcher{match.NotTProxy, match.NotVM, match.NotNaked, match.NotHeadless, match.NotProxylessGRPC},
    
    		config: `
    apiVersion: networking.istio.io/v1alpha3
    kind: VirtualService
    metadata:
      name: default
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 08 21:52:51 UTC 2024
    - 135.9K bytes
    - Viewed (0)
Back to top