Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 7 of 7 for ResourcePolicyRule (0.31 sec)

  1. staging/src/k8s.io/api/flowcontrol/v1beta2/generated.pb.go

    func (m *ResourcePolicyRule) Reset()      { *m = ResourcePolicyRule{} }
    func (*ResourcePolicyRule) ProtoMessage() {}
    func (*ResourcePolicyRule) Descriptor() ([]byte, []int) {
    	return fileDescriptor_2e620af2eea53237, []int{19}
    }
    func (m *ResourcePolicyRule) XXX_Unmarshal(b []byte) error {
    	return m.Unmarshal(b)
    }
    func (m *ResourcePolicyRule) 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
    - 142K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/flowcontrol/v1beta1/generated.pb.go

    func (m *ResourcePolicyRule) Reset()      { *m = ResourcePolicyRule{} }
    func (*ResourcePolicyRule) ProtoMessage() {}
    func (*ResourcePolicyRule) Descriptor() ([]byte, []int) {
    	return fileDescriptor_3a5cb22a034fcb2a, []int{19}
    }
    func (m *ResourcePolicyRule) XXX_Unmarshal(b []byte) error {
    	return m.Unmarshal(b)
    }
    func (m *ResourcePolicyRule) 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
    - 142K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/flowcontrol/v1beta3/generated.pb.go

    func (m *ResourcePolicyRule) Reset()      { *m = ResourcePolicyRule{} }
    func (*ResourcePolicyRule) ProtoMessage() {}
    func (*ResourcePolicyRule) Descriptor() ([]byte, []int) {
    	return fileDescriptor_52ab6629c083d251, []int{19}
    }
    func (m *ResourcePolicyRule) XXX_Unmarshal(b []byte) error {
    	return m.Unmarshal(b)
    }
    func (m *ResourcePolicyRule) 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
    - 141.9K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/flowcontrol/v1/generated.pb.go

    func (m *ResourcePolicyRule) Reset()      { *m = ResourcePolicyRule{} }
    func (*ResourcePolicyRule) ProtoMessage() {}
    func (*ResourcePolicyRule) Descriptor() ([]byte, []int) {
    	return fileDescriptor_5d08a1401821035d, []int{19}
    }
    func (m *ResourcePolicyRule) XXX_Unmarshal(b []byte) error {
    	return m.Unmarshal(b)
    }
    func (m *ResourcePolicyRule) 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
    - 141.8K bytes
    - Viewed (0)
  5. pkg/printers/internalversion/printers_test.go

    						Subjects: []flowcontrol.Subject{{
    							Kind:  flowcontrol.SubjectKindGroup,
    							Group: &flowcontrol.GroupSubject{Name: "system:authenticated"},
    						}},
    						ResourceRules: []flowcontrol.ResourcePolicyRule{{
    							Verbs:        all,
    							APIGroups:    all,
    							Resources:    all,
    							ClusterScope: true,
    							Namespaces:   all,
    						}},
    					}, {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 14:04:15 UTC 2024
    - 218.6K bytes
    - Viewed (0)
  6. api/openapi-spec/v3/apis__flowcontrol.apiserver.k8s.io__v1beta3_openapi.json

                "type": "integer"
              }
            },
            "type": "object"
          },
          "io.k8s.api.flowcontrol.v1beta3.ResourcePolicyRule": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 232.7K bytes
    - Viewed (0)
  7. api/openapi-spec/v3/apis__flowcontrol.apiserver.k8s.io__v1_openapi.json

                "type": "integer"
              }
            },
            "type": "object"
          },
          "io.k8s.api.flowcontrol.v1.ResourcePolicyRule": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 231.7K bytes
    - Viewed (0)
Back to top