Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 11 of 11 for WithDefaultFilters (0.12 sec)

  1. tests/integration/security/authz_test.go

    func newTrafficTest(t framework.TestContext, echos ...echo.Instances) *echotest.T {
    	var all []echo.Instance
    	for _, e := range echos {
    		all = append(all, e...)
    	}
    
    	return echotest.New(t, all).
    		WithDefaultFilters(1, 1).
    		FromMatch(match.And(
    			match.NotNaked,
    			match.NotProxylessGRPC)).
    		ToMatch(match.And(
    			match.NotNaked,
    			match.NotProxylessGRPC)).
    		ConditionallyTo(echotest.NoSelfCalls)
    }
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 08 23:36:51 UTC 2024
    - 50.1K bytes
    - Viewed (0)
Back to top