Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for WithClusters (0.19 sec)

  1. tests/integration/ambient/cnirepair/main_test.go

    		Prefix: "echo",
    		Inject: false,
    		Labels: map[string]string{
    			constants.DataplaneModeLabel: "ambient",
    		},
    	})
    	if err != nil {
    		return err
    	}
    
    	builder := deployment.New(t).
    		WithClusters(t.Clusters()...).
    		WithConfig(echo.Config{
    			Service:        Captured,
    			Namespace:      apps.Namespace,
    			Ports:          ports.All(),
    			ServiceAccount: true,
    			Subsets: []echo.SubsetConfig{
    				{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sun Jun 09 09:12:45 UTC 2024
    - 5.6K bytes
    - Viewed (0)
  2. tests/integration/ambient/main_test.go

    	headlessPorts := make([]echo.Port, len(ports.All()))
    	for i, p := range ports.All() {
    		p.ServicePort = p.WorkloadPort
    		headlessPorts[i] = p
    	}
    	builder := deployment.New(t).
    		WithClusters(t.Clusters()...).
    		WithConfig(echo.Config{
    			Service:               WorkloadAddressedWaypoint,
    			Namespace:             apps.Namespace,
    			Ports:                 ports.All(),
    			ServiceAccount:        true,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 00:07:28 UTC 2024
    - 10.8K bytes
    - Viewed (0)
Back to top