Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 92 for AdmissionReviewVersions (0.39 sec)

  1. staging/src/k8s.io/api/testdata/v1.30.0/admissionregistration.k8s.io.v1beta1.MutatingWebhookConfiguration.yaml

        blockOwnerDeletion: true
        controller: true
        kind: kindValue
        name: nameValue
        uid: uidValue
      resourceVersion: resourceVersionValue
      selfLink: selfLinkValue
      uid: uidValue
    webhooks:
    - admissionReviewVersions:
      - admissionReviewVersionsValue
      clientConfig:
        caBundle: Ag==
        service:
          name: nameValue
          namespace: namespaceValue
          path: pathValue
          port: 4
        url: urlValue
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 1.9K bytes
    - Viewed (0)
  2. pkg/registry/admissionregistration/validatingwebhookconfiguration/storage/storage_test.go

    			TimeoutSeconds:          &thirty,
    			NamespaceSelector:       &metav1.LabelSelector{},
    			ObjectSelector:          &metav1.LabelSelector{},
    			SideEffects:             &none,
    			AdmissionReviewVersions: []string{"v1beta1"},
    		}},
    	}
    }
    
    func newValidatingWebhookConfiguration(name string) *admissionregistration.ValidatingWebhookConfiguration {
    	ignore := admissionregistration.Ignore
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 13 15:10:55 UTC 2023
    - 6K bytes
    - Viewed (0)
  3. manifests/charts/base/templates/default.yaml

        # will update this to `Fail` and patch in the `caBundle` when the webhook
        # endpoint is ready.
        failurePolicy: Ignore
        {{- end }}
        sideEffects: None
        admissionReviewVersions: ["v1beta1", "v1"]
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Apr 18 18:16:49 UTC 2024
    - 1.6K bytes
    - Viewed (0)
  4. manifests/charts/istiod-remote/templates/default.yaml

        # will update this to `Fail` and patch in the `caBundle` when the webhook
        # endpoint is ready.
        failurePolicy: Ignore
        {{- end }}
        sideEffects: None
        admissionReviewVersions: ["v1beta1", "v1"]
    {{- end }}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Apr 18 18:16:49 UTC 2024
    - 1.6K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/admissionregistration/v1beta1/zz_generated.deepcopy.go

    		**out = **in
    	}
    	if in.TimeoutSeconds != nil {
    		in, out := &in.TimeoutSeconds, &out.TimeoutSeconds
    		*out = new(int32)
    		**out = **in
    	}
    	if in.AdmissionReviewVersions != nil {
    		in, out := &in.AdmissionReviewVersions, &out.AdmissionReviewVersions
    		*out = make([]string, len(*in))
    		copy(*out, *in)
    	}
    	if in.ReinvocationPolicy != nil {
    		in, out := &in.ReinvocationPolicy, &out.ReinvocationPolicy
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jul 21 20:56:23 UTC 2023
    - 23.3K bytes
    - Viewed (0)
  6. manifests/charts/istiod-remote/templates/validatingwebhookconfiguration.yaml

        # will update this to `Fail` and patch in the `caBundle` when the webhook
        # endpoint is ready.
        failurePolicy: Ignore
        {{- end }}
        sideEffects: None
        admissionReviewVersions: ["v1beta1", "v1"]
        objectSelector:
          matchExpressions:
            - key: istio.io/rev
              operator: In
              values:
              {{- if (eq .Values.revision "") }}
              - "default"
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Apr 18 18:16:49 UTC 2024
    - 2.1K bytes
    - Viewed (0)
  7. manifests/charts/istio-control/istio-discovery/templates/validatingwebhookconfiguration.yaml

        # will update this to `Fail` and patch in the `caBundle` when the webhook
        # endpoint is ready.
        failurePolicy: Ignore
        {{- end }}
        sideEffects: None
        admissionReviewVersions: ["v1beta1", "v1"]
        objectSelector:
          matchExpressions:
            - key: istio.io/rev
              operator: In
              values:
              {{- if (eq .Values.revision "") }}
              - "default"
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Apr 18 18:16:49 UTC 2024
    - 2.1K bytes
    - Viewed (0)
  8. pkg/registry/admissionregistration/validatingwebhookconfiguration/strategy_test.go

    			MatchPolicy:             &exact,
    			TimeoutSeconds:          &thirty,
    			NamespaceSelector:       &metav1.LabelSelector{},
    			ObjectSelector:          &metav1.LabelSelector{},
    			SideEffects:             &none,
    			AdmissionReviewVersions: []string{"v1beta1"},
    		}},
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Sep 06 07:06:02 UTC 2021
    - 2.6K bytes
    - Viewed (0)
  9. staging/src/k8s.io/apiserver/pkg/admission/plugin/webhook/accessors.go

    	GetSideEffects() *v1.SideEffectClass
    	// GetTimeoutSeconds gets the webhook TimeoutSeconds field.
    	GetTimeoutSeconds() *int32
    	// GetAdmissionReviewVersions gets the webhook AdmissionReviewVersions field.
    	GetAdmissionReviewVersions() []string
    
    	// GetMatchConditions gets the webhook match conditions field.
    	GetMatchConditions() []v1.MatchCondition
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 10 22:07:40 UTC 2024
    - 12.4K bytes
    - Viewed (0)
  10. pkg/apis/admissionregistration/zz_generated.deepcopy.go

    		**out = **in
    	}
    	if in.TimeoutSeconds != nil {
    		in, out := &in.TimeoutSeconds, &out.TimeoutSeconds
    		*out = new(int32)
    		**out = **in
    	}
    	if in.AdmissionReviewVersions != nil {
    		in, out := &in.AdmissionReviewVersions, &out.AdmissionReviewVersions
    		*out = make([]string, len(*in))
    		copy(*out, *in)
    	}
    	if in.ReinvocationPolicy != nil {
    		in, out := &in.ReinvocationPolicy, &out.ReinvocationPolicy
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jul 20 16:30:10 UTC 2023
    - 24.6K bytes
    - Viewed (0)
Back to top