Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 72 for MatchResources (0.22 sec)

  1. staging/src/k8s.io/api/admissionregistration/v1alpha1/types.go

    	// Note that this is differs from ValidatingAdmissionPolicy matchConstraints, where resourceRules are required.
    	// +optional
    	MatchResources *MatchResources `json:"matchResources,omitempty" protobuf:"bytes,3,rep,name=matchResources"`
    
    	// validationActions declares how Validations of the referenced ValidatingAdmissionPolicy are enforced.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Oct 05 20:06:13 UTC 2023
    - 33.8K bytes
    - Viewed (0)
  2. pkg/registry/admissionregistration/validatingadmissionpolicybinding/storage/storage_test.go

    				Name:      "param-test",
    				Namespace: "default",
    			},
    			ValidationActions: []admissionregistration.ValidationAction{admissionregistration.Deny},
    			MatchResources:    &admissionregistration.MatchResources{},
    		},
    	}
    }
    
    func newInsecureStorage(t *testing.T) (*REST, *etcd3testing.EtcdTestServer) {
    	return newStorage(t, nil, nil, nil)
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jul 20 16:30:09 UTC 2023
    - 7.7K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/admissionregistration/v1beta1/generated.pb.go

    func (m *MatchResources) Reset()      { *m = MatchResources{} }
    func (*MatchResources) ProtoMessage() {}
    func (*MatchResources) Descriptor() ([]byte, []int) {
    	return fileDescriptor_7f7c65a4f012fb19, []int{3}
    }
    func (m *MatchResources) XXX_Unmarshal(b []byte) error {
    	return m.Unmarshal(b)
    }
    func (m *MatchResources) 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)
  4. staging/src/k8s.io/api/admissionregistration/v1alpha1/generated.proto

      //
      // Required.
      optional string expression = 2;
    }
    
    // MatchResources decides whether to run the admission control policy on an object based
    // on whether it meets the match criteria.
    // The exclude rules take precedence over include rules (if a resource matches both, it is excluded)
    // +structType=atomic
    message MatchResources {
      // NamespaceSelector decides whether to run the admission control policy on an object based
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 29.9K bytes
    - Viewed (0)
  5. pkg/apis/admissionregistration/fuzzer/fuzzer.go

    			if obj.ValidationActions == nil {
    				obj.ValidationActions = []admissionregistration.ValidationAction{admissionregistration.Deny}
    			}
    		},
    		func(obj *admissionregistration.MatchResources, c fuzz.Continue) {
    			c.FuzzNoCustom(obj) // fuzz self without calling this function again
    			if obj.MatchPolicy == nil {
    				m := admissionregistration.MatchPolicyType("Exact")
    				obj.MatchPolicy = &m
    			}
    		},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jul 20 16:30:09 UTC 2023
    - 3.6K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/admissionregistration/v1/generated.pb.go

    func (m *MatchResources) Reset()      { *m = MatchResources{} }
    func (*MatchResources) ProtoMessage() {}
    func (*MatchResources) Descriptor() ([]byte, []int) {
    	return fileDescriptor_3205c7dc5bf0c9bf, []int{3}
    }
    func (m *MatchResources) XXX_Unmarshal(b []byte) error {
    	return m.Unmarshal(b)
    }
    func (m *MatchResources) 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)
  7. staging/src/k8s.io/api/admissionregistration/v1alpha1/types_swagger_doc_generated.go

    	"matchResources":    "MatchResources declares what resources match this binding and will be validated by it. Note that this is intersected with the policy's matchConstraints, so only requests that are matched by the policy can be selected by this. If this is unset, all...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jul 20 16:30:10 UTC 2023
    - 27K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/admissionregistration/v1beta1/types.go

    	// Note that this is differs from ValidatingAdmissionPolicy matchConstraints, where resourceRules are required.
    	// +optional
    	MatchResources *MatchResources `json:"matchResources,omitempty" protobuf:"bytes,3,rep,name=matchResources"`
    
    	// validationActions declares how Validations of the referenced ValidatingAdmissionPolicy are enforced.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Feb 29 20:14:19 UTC 2024
    - 60.6K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/admissionregistration/v1/types.go

    	// Note that this is differs from ValidatingAdmissionPolicy matchConstraints, where resourceRules are required.
    	// +optional
    	MatchResources *MatchResources `json:"matchResources,omitempty" protobuf:"bytes,3,rep,name=matchResources"`
    
    	// validationActions declares how Validations of the referenced ValidatingAdmissionPolicy are enforced.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 23 17:42:49 UTC 2024
    - 61.6K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/admissionregistration/v1beta1/generated.proto

      //
      // Required.
      optional string expression = 2;
    }
    
    // MatchResources decides whether to run the admission control policy on an object based
    // on whether it meets the match criteria.
    // The exclude rules take precedence over include rules (if a resource matches both, it is excluded)
    // +structType=atomic
    message MatchResources {
      // NamespaceSelector decides whether to run the admission control policy on an object based
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 50.4K bytes
    - Viewed (0)
Back to top