Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for BuildFromAndTo (0.24 sec)

  1. pkg/test/framework/components/echo/config/builder.go

    				param.From.String():            from,
    				param.SystemNamespace.String(): systemNS,
    			}))
    		}
    	}
    
    	return out
    }
    
    // BuildFromAndTo builds only those sources that require both the "From" and "To" parameters.
    func (b *Builder) BuildFromAndTo(fromAll echo.Callers, toAll echo.Services) *Builder {
    	b.t.Helper()
    	out := b.Copy()
    
    	systemNS := istio.ClaimSystemNamespaceOrFail(out.t, out.t)
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Oct 13 23:42:29 UTC 2022
    - 7.6K bytes
    - Viewed (0)
  2. pkg/test/framework/components/echo/echotest/run.go

    		// Run setup functions for the callers.
    		t.setup(ctx, from.Callers())
    
    		t.toEachDeployment(ctx, func(ctx framework.TestContext, to echo.Instances) {
    			// Build and apply per-destination config
    			t.cfg.Context(ctx).BuildFromAndTo(firstCaller, to.Services()).Apply()
    
    			t.setupPair(ctx, callers, echo.Services{to})
    			t.fromEachWorkloadCluster(ctx, from, func(ctx framework.TestContext, from echo.Instance) {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Sep 27 22:08:42 UTC 2023
    - 13K bytes
    - Viewed (0)
Back to top