Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for CreateCustomInstances (0.69 sec)

  1. tests/integration/security/file_mounted_certs/main_test.go

    			Namespaces: []namespace.Getter{
    				namespace.Future(&echo1NS),
    			},
    			Configs: echo.ConfigFuture(&customConfig),
    		})).
    		Setup(func(ctx resource.Context) error {
    			return createCustomInstances(&apps)
    		}).
    		Run()
    }
    
    func setupConfig(_ resource.Context, cfg *istio.Config) {
    	if cfg == nil {
    		return
    	}
    
    	cfg.ControlPlaneValues = `
    components:
      egressGateways:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 02 21:29:40 UTC 2024
    - 13.4K bytes
    - Viewed (0)
  2. tests/integration/security/sds_ingress/util/util.go

    						SendQUICRequestsOrFail(t, ing, h.Host, h.CredentialName, callType, tlsContext,
    							ExpectedResponse{StatusCode: http.StatusOK})
    					})
    				}
    			})
    	}
    }
    
    func CreateCustomInstances(apps *deployment.SingleNamespaceView) error {
    	for index, namespacedName := range apps.EchoNamespace.All.NamespacedNames() {
    		switch {
    		case namespacedName.Name == "a":
    			A = apps.EchoNamespace.All[index]
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Jul 25 05:12:36 UTC 2023
    - 20.2K bytes
    - Viewed (0)
  3. tests/integration/security/sds_ingress/ingress_test.go

    			Namespaces: []namespace.Getter{
    				namespace.Future(&echo1NS),
    			},
    			Configs: echo.ConfigFuture(&customConfig),
    		})).
    		Setup(func(ctx resource.Context) error {
    			return ingressutil.CreateCustomInstances(&apps)
    		}).
    		Run()
    }
    
    // TestSingleTlsGateway_SecretRotation tests a single TLS ingress gateway with SDS enabled.
    // Verifies behavior in these scenarios.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 08 22:02:59 UTC 2024
    - 32.7K bytes
    - Viewed (0)
Back to top