Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for VerifyMutatingWebhookConfigurations (0.58 sec)

  1. tests/integration/helm/upgrade/util.go

    		helmtest.VerifyInstallation(t, cs, helmtest.DefaultNamespaceConfig, false, false, "")
    
    		// now that we've installed with a revision we have a new mutating webhook
    		helmtest.VerifyMutatingWebhookConfigurations(t, cs, []string{
    			"istio-sidecar-injector",
    			"istio-sidecar-injector-canary",
    		})
    
    		_, newClient, newServer := sanitycheck.SetupTrafficTest(t, t, canaryTag)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 09 19:04:51 UTC 2024
    - 14.4K bytes
    - Viewed (0)
  2. tests/integration/helm/util.go

    	}
    
    	scopes.Framework.Infof("=== succeeded === ")
    }
    
    // VerifyMutatingWebhookConfigurations verifies that the proper number of mutating webhooks are running, used with
    // revisions and revision tags
    func VerifyMutatingWebhookConfigurations(ctx framework.TestContext, cs cluster.Cluster, names []string) {
    	scopes.Framework.Infof("=== verifying mutating webhook configurations === ")
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 09 19:04:51 UTC 2024
    - 18.7K bytes
    - Viewed (0)
Back to top