Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for BuildOrFail (0.1 sec)

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

    	// Build and initialize all Echo Instances. Upon returning, the Instance pointers
    	// are assigned and all Instances are ready to communicate with each other.
    	Build() (echo.Instances, error)
    	BuildOrFail(t test.Failer) echo.Instances
    }
    
    var _ Builder = &builder{}
    
    // New builder for echo deployments.
    func New(ctx resource.Context, clusters ...cluster.Cluster) Builder {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 22:12:34 UTC 2024
    - 12K bytes
    - Viewed (0)
  2. tests/integration/security/reachability_test.go

    							Version:     migrationVersionNonIstio,
    							Annotations: map[string]string{annotation.SidecarInject.Name: "false"},
    						},
    					},
    				}).BuildOrFail(t)
    			} else {
    				// TODO: remove the MinIstioVersion setting for dual stack integration test for next line
    				// integIstioVersion = cMinIstioVersionDS
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 02 21:29:40 UTC 2024
    - 20.6K bytes
    - Viewed (0)
  3. tests/integration/telemetry/policy/helper_test.go

    			},
    			TLSSettings: &common.TLSSettings{
    				// Echo has these test certs baked into the docker image
    				ClientCert: mustReadCert(t, "cert.crt"),
    				Key:        mustReadCert(t, "cert.key"),
    			},
    		}).BuildOrFail(t)
    
    	if err := t.ConfigIstio().YAML(serviceNamespace.Name(), ServiceEntry).Apply(); err != nil {
    		t.Errorf("failed to apply service entries: %v", err)
    	}
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 02 21:29:40 UTC 2024
    - 11.4K bytes
    - Viewed (0)
Back to top