Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for buildAll (0.08 sec)

  1. tests/integration/security/authz_test.go

    			config.New(t).
    				Source(config.File("testdata/authz/mtls.yaml.tmpl")).
    				Source(config.File("testdata/authz/allow-principal.yaml.tmpl").WithParams(
    					param.Params{
    						"Allowed": allowed,
    					})).
    				BuildAll(nil, to).
    				Apply()
    
    			newTrafficTest(t, fromAndTo).
    				FromMatch(fromMatch).
    				ToMatch(toMatch).
    				Run(func(t framework.TestContext, from echo.Instance, to echo.Target) {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 08 23:36:51 UTC 2024
    - 50.1K bytes
    - Viewed (0)
  2. pilot/pkg/config/kube/gateway/conversion.go

    		},
    		string(k8s.ListenerConditionResolvedRefs): {
    			reason:  string(k8s.ListenerReasonResolvedRefs),
    			message: "No errors found",
    		},
    	}
    
    	ok := true
    	tls, err := buildTLS(r, l.TLS, obj, kube.IsAutoPassthrough(obj.Labels, l))
    	if err != nil {
    		listenerConditions[string(k8s.ListenerConditionResolvedRefs)].error = err
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jun 14 04:34:37 UTC 2024
    - 84.7K bytes
    - Viewed (0)
Back to top