Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for validateWebhookExistence (0.18 sec)

  1. tests/integration/pilot/revisions/uninstall_test.go

    					t.Fatalf("expected custom webhook to exist")
    				}
    			}
    
    			validateWebhookExistence()
    
    			// Uninstall with a different file (should have no effect)
    			istioCtl.InvokeOrFail(t, []string{"uninstall", "-f", randomFileName, "-r" + canaryRevision, "--skip-confirmation"})
    
    			// Check the webhook still exists
    			validateWebhookExistence()
    
    			// Uninstall with the correct file
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 08 22:02:59 UTC 2024
    - 8.8K bytes
    - Viewed (0)
Back to top