Search Options

Results per page
Sort
Preferred Languages
Advance

Results 81 - 82 of 82 for MutatingWebhookConfiguration (0.22 sec)

  1. tests/integration/pilot/validation_test.go

    	"/v1/Namespace",
    	"/v1/Node",
    	"/v1/Pod",
    	"/v1/Secret",
    	"/v1/Service",
    	"/v1/ConfigMap",
    	"apiextensions.k8s.io/v1/CustomResourceDefinition",
    	"admissionregistration.k8s.io/v1/MutatingWebhookConfiguration",
    	"apps/v1/Deployment",
    	"extensions/v1beta1/Ingress",
    }
    
    func TestEnsureNoMissingCRDs(t *testing.T) {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Dec 13 15:19:36 UTC 2023
    - 6.7K bytes
    - Viewed (0)
  2. tests/integration/pilot/revisions/uninstall_test.go

    				ls := fmt.Sprintf("%s=%s", helmreconciler.IstioComponentLabelStr, name.IstiodRemoteComponentName)
    				cs := t.Clusters().Default()
    				objs, _ := getRemainingResourcesCluster(cs, gvr.MutatingWebhookConfiguration, ls)
    				if len(objs) == 0 {
    					t.Fatalf("expected custom webhook to exist")
    				}
    			}
    
    			validateWebhookExistence()
    
    			// Uninstall with a different file (should have no effect)
    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