Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for destinationDeploymentSetup (0.27 sec)

  1. pkg/test/framework/components/echo/echotest/setup.go

    func (t *T) SetupForDestination(setupFn dstSetupFn) *T {
    	t.destinationDeploymentSetup = append(t.destinationDeploymentSetup, setupFn)
    	return t
    }
    
    func (t *T) hasDestinationSetup() bool {
    	return len(t.deploymentPairSetup)+len(t.destinationDeploymentSetup) > 0
    }
    
    func (t *T) setupPair(ctx framework.TestContext, from echo.Callers, dsts echo.Services) {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jul 20 19:13:32 UTC 2023
    - 3.6K bytes
    - Viewed (0)
Back to top