Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 31 of 31 for ValidatingWebhookConfiguration (0.2 sec)

  1. staging/src/k8s.io/apiserver/pkg/admission/plugin/webhook/testing/testcase.go

    		&corev1.Namespace{
    			ObjectMeta: metav1.ObjectMeta{
    				Name: name,
    				Labels: map[string]string{
    					"runlevel": "0",
    				},
    			},
    		},
    	}
    	objs = append(objs, &registrationv1.ValidatingWebhookConfiguration{
    		ObjectMeta: metav1.ObjectMeta{
    			Name: "test-webhooks",
    		},
    		Webhooks: webhooks,
    	})
    
    	client := fakeclientset.NewSimpleClientset(objs...)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 03 06:51:04 UTC 2023
    - 47.6K bytes
    - Viewed (0)
Back to top