Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for verifyValidatingWebhookConfiguration (0.29 sec)

  1. tests/integration/pilot/webhook_test.go

    					got, err := getValidatingWebhookConfiguration(cluster.Kube(), vwcName)
    					if err != nil {
    						return fmt.Errorf("error getting initial webhook: %v", err)
    					}
    					if err := verifyValidatingWebhookConfiguration(got); err != nil {
    						return err
    					}
    
    					updated := got.DeepCopyObject().(*kubeApiAdmission.ValidatingWebhookConfiguration)
    					updated.Webhooks[0].ClientConfig.CABundle = nil
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon May 01 13:31:34 UTC 2023
    - 4.7K bytes
    - Viewed (0)
Back to top