Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for waitForValidationWebhook (0.27 sec)

  1. pkg/test/framework/components/istio/util.go

          - destination:
              host: non-existent-host
              subset: v1
            weight: 75
          - destination:
              host: non-existent-host
              subset: v2
            weight: 25
    `
    
    func waitForValidationWebhook(ctx resource.Context, cluster cluster.Cluster, cfg Config) error {
    	dummyValidationVirtualService := fmt.Sprintf(dummyValidationVirtualServiceTemplate, cfg.SystemNamespace)
    	defer func() {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Feb 29 17:13:34 UTC 2024
    - 4.7K bytes
    - Viewed (0)
  2. pkg/test/framework/components/istio/kube.go

    	if !cfg.SkipWaitForValidationWebhook {
    		// Wait for webhook to come online. The only reliable way to do that is to see if we can submit invalid config.
    		if err := waitForValidationWebhook(ctx, c, cfg); err != nil {
    			return err
    		}
    	}
    	return nil
    }
    
    // configureDirectAPIServiceAccessBetweenClusters - create a remote secret of cluster `c` and place
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 22:12:34 UTC 2024
    - 31.1K bytes
    - Viewed (0)
Back to top