Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for CallWithRetryOrFail (0.96 sec)

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

    // as the source of traffic, such as from the ingress gateway. For example:
    //
    //	RunFromClusters(func(t framework.TestContext, src cluster.Cluster, dst echo.Instances)) {
    //	  ingr := ist.IngressFor(src)
    //	  ingr.CallWithRetryOrFail(...)
    //	})
    func (t *T) RunFromClusters(testFn oneClusterOneTest) {
    	t.toEachDeployment(t.rootCtx, func(ctx framework.TestContext, dstInstances echo.Instances) {
    		t.setupPair(ctx, nil, echo.Services{dstInstances})
    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