Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 71 for paramRef (0.19 sec)

  1. staging/src/k8s.io/api/testdata/v1.29.0/admissionregistration.k8s.io.v1beta1.ValidatingAdmissionPolicyBinding.json

    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 3.3K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/testdata/v1.29.0/admissionregistration.k8s.io.v1beta1.ValidatingAdmissionPolicyBinding.yaml

          apiVersions:
          - apiVersionsValue
          operations:
          - operationsValue
          resourceNames:
          - resourceNamesValue
          resources:
          - resourcesValue
          scope: scopeValue
      paramRef:
        name: nameValue
        namespace: namespaceValue
        parameterNotFoundAction: parameterNotFoundActionValue
        selector:
          matchExpressions:
          - key: keyValue
            operator: operatorValue
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 2.2K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/testdata/v1.30.0/admissionregistration.k8s.io.v1beta1.ValidatingAdmissionPolicyBinding.json

    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 3.3K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/admissionregistration/v1alpha1/generated.pb.go

    }
    
    var xxx_messageInfo_ParamKind proto.InternalMessageInfo
    
    func (m *ParamRef) Reset()      { *m = ParamRef{} }
    func (*ParamRef) ProtoMessage() {}
    func (*ParamRef) Descriptor() ([]byte, []int) {
    	return fileDescriptor_2c49182728ae0af5, []int{6}
    }
    func (m *ParamRef) XXX_Unmarshal(b []byte) error {
    	return m.Unmarshal(b)
    }
    func (m *ParamRef) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
    	b = b[:cap(b)]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 117.9K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/admissionregistration/v1alpha1/types.go

    	// If the policy does not specify a ParamKind then this field is ignored, and the rules are evaluated without a param.
    	// +optional
    	ParamRef *ParamRef `json:"paramRef,omitempty" protobuf:"bytes,2,rep,name=paramRef"`
    
    	// MatchResources declares what resources match this binding and will be validated by it.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Oct 05 20:06:13 UTC 2023
    - 33.8K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/admissionregistration/v1alpha1/generated.proto

      // Kind is the API kind the resources belong to.
      // Required.
      optional string kind = 2;
    }
    
    // ParamRef describes how to locate the params to be used as input to
    // expressions of rules applied by a policy binding.
    // +structType=atomic
    message ParamRef {
      // `name` is the name of the resource being referenced.
      //
      // `name` and `selector` are mutually exclusive properties. If one is set,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 29.9K bytes
    - Viewed (0)
  7. pkg/apis/admissionregistration/fuzzer/fuzzer.go

    			if obj.MatchPolicy == nil {
    				m := admissionregistration.MatchPolicyType("Exact")
    				obj.MatchPolicy = &m
    			}
    		},
    		func(obj *admissionregistration.ParamRef, c fuzz.Continue) {
    			c.FuzzNoCustom(obj) // fuzz self without calling this function again
    
    			// Populate required field
    			if obj.ParameterNotFoundAction == nil {
    				v := admissionregistration.DenyAction
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jul 20 16:30:09 UTC 2023
    - 3.6K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/admissionregistration/v1alpha1/types_swagger_doc_generated.go

    	"paramRef":          "paramRef specifies the parameter resource used to configure the admission control policy. It should point to a resource of the type specified in ParamKind of the bound ValidatingAdmissionPolicy. If the policy specifies a ParamKind and the resource referred to by ParamRef does not exist, this binding is considered mis-configured and the FailurePolicy of the ValidatingAdmissionPolicy...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jul 20 16:30:10 UTC 2023
    - 27K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/admissionregistration/v1beta1/generated.pb.go

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

    }
    
    var xxx_messageInfo_ParamKind proto.InternalMessageInfo
    
    func (m *ParamRef) Reset()      { *m = ParamRef{} }
    func (*ParamRef) ProtoMessage() {}
    func (*ParamRef) Descriptor() ([]byte, []int) {
    	return fileDescriptor_3205c7dc5bf0c9bf, []int{9}
    }
    func (m *ParamRef) XXX_Unmarshal(b []byte) error {
    	return m.Unmarshal(b)
    }
    func (m *ParamRef) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
    	b = b[:cap(b)]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 06 00:00:21 UTC 2024
    - 200.5K bytes
    - Viewed (0)
Back to top