Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for MutatingWebhook (0.17 sec)

  1. pkg/apis/admissionregistration/validation/validation_test.go

    		config: newMutatingWebhookConfiguration([]admissionregistration.MutatingWebhook{{
    			Name:         "webhook.k8s.io",
    			ClientConfig: admissionregistration.WebhookClientConfig{},
    		},
    		}, true),
    		expectedError: `exactly one of`,
    	}, {
    		name: "both service and URL provided",
    		config: newMutatingWebhookConfiguration([]admissionregistration.MutatingWebhook{{
    			Name: "webhook.k8s.io",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 10 22:07:40 UTC 2024
    - 147.1K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/admissionregistration/v1beta1/generated.pb.go

    func (m *MutatingWebhook) Reset()      { *m = MutatingWebhook{} }
    func (*MutatingWebhook) ProtoMessage() {}
    func (*MutatingWebhook) Descriptor() ([]byte, []int) {
    	return fileDescriptor_7f7c65a4f012fb19, []int{4}
    }
    func (m *MutatingWebhook) XXX_Unmarshal(b []byte) error {
    	return m.Unmarshal(b)
    }
    func (m *MutatingWebhook) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 187.9K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/admissionregistration/v1/generated.pb.go

    func (m *MutatingWebhook) Reset()      { *m = MutatingWebhook{} }
    func (*MutatingWebhook) ProtoMessage() {}
    func (*MutatingWebhook) Descriptor() ([]byte, []int) {
    	return fileDescriptor_3205c7dc5bf0c9bf, []int{4}
    }
    func (m *MutatingWebhook) XXX_Unmarshal(b []byte) error {
    	return m.Unmarshal(b)
    }
    func (m *MutatingWebhook) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 06 00:00:21 UTC 2024
    - 200.5K bytes
    - Viewed (0)
  4. operator/cmd/mesh/testdata/manifest-generate/data-snapshot.tar.gz

    $a := mustMergeOverwrite $defaults ($.Files.Get (printf "files/profile-%s.yaml" .) | fromYaml) }} {{- end }} {{- $b := set $ "Values" (mustMergeOverwrite $defaults $.Values) }} manifests/charts/default/templates/mutatingwebhook.yaml # Adapted from istio-discovery/templates/mutatingwebhook.yaml # Removed paths for legacy and default selectors since a revision tag # is inherently created from a specific revision {{/* Copy just what we need to avoid expensive deepCopy */}} {{- $whv := dict "revision"...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 198.1K bytes
    - Viewed (0)
Back to top