Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 73 for distinguisherMethod (0.15 sec)

  1. staging/src/k8s.io/api/testdata/HEAD/flowcontrol.apiserver.k8s.io.v1beta2.FlowSchema.yaml

        blockOwnerDeletion: true
        controller: true
        kind: kindValue
        name: nameValue
        uid: uidValue
      resourceVersion: resourceVersionValue
      selfLink: selfLinkValue
      uid: uidValue
    spec:
      distinguisherMethod:
        type: typeValue
      matchingPrecedence: 2
      priorityLevelConfiguration:
        name: nameValue
      rules:
      - nonResourceRules:
        - nonResourceURLs:
          - nonResourceURLsValue
          verbs:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Sep 15 21:08:40 UTC 2022
    - 1.6K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/testdata/v1.30.0/flowcontrol.apiserver.k8s.io.v1.FlowSchema.json

            "fieldsV1": {},
            "subresource": "subresourceValue"
          }
        ]
      },
      "spec": {
        "priorityLevelConfiguration": {
          "name": "nameValue"
        },
        "matchingPrecedence": 2,
        "distinguisherMethod": {
          "type": "typeValue"
        },
        "rules": [
          {
            "subjects": [
              {
                "kind": "kindValue",
                "user": {
                  "name": "nameValue"
                },
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 2.5K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/testdata/v1.30.0/flowcontrol.apiserver.k8s.io.v1.FlowSchema.yaml

        blockOwnerDeletion: true
        controller: true
        kind: kindValue
        name: nameValue
        uid: uidValue
      resourceVersion: resourceVersionValue
      selfLink: selfLinkValue
      uid: uidValue
    spec:
      distinguisherMethod:
        type: typeValue
      matchingPrecedence: 2
      priorityLevelConfiguration:
        name: nameValue
      rules:
      - nonResourceRules:
        - nonResourceURLs:
          - nonResourceURLsValue
          verbs:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 1.6K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/testdata/v1.30.0/flowcontrol.apiserver.k8s.io.v1beta2.FlowSchema.json

            "fieldsV1": {},
            "subresource": "subresourceValue"
          }
        ]
      },
      "spec": {
        "priorityLevelConfiguration": {
          "name": "nameValue"
        },
        "matchingPrecedence": 2,
        "distinguisherMethod": {
          "type": "typeValue"
        },
        "rules": [
          {
            "subjects": [
              {
                "kind": "kindValue",
                "user": {
                  "name": "nameValue"
                },
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 2.5K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/testdata/v1.30.0/flowcontrol.apiserver.k8s.io.v1beta3.FlowSchema.json

            "fieldsV1": {},
            "subresource": "subresourceValue"
          }
        ]
      },
      "spec": {
        "priorityLevelConfiguration": {
          "name": "nameValue"
        },
        "matchingPrecedence": 2,
        "distinguisherMethod": {
          "type": "typeValue"
        },
        "rules": [
          {
            "subjects": [
              {
                "kind": "kindValue",
                "user": {
                  "name": "nameValue"
                },
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 2.5K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/testdata/v1.29.0/flowcontrol.apiserver.k8s.io.v1beta2.FlowSchema.json

            "fieldsV1": {},
            "subresource": "subresourceValue"
          }
        ]
      },
      "spec": {
        "priorityLevelConfiguration": {
          "name": "nameValue"
        },
        "matchingPrecedence": 2,
        "distinguisherMethod": {
          "type": "typeValue"
        },
        "rules": [
          {
            "subjects": [
              {
                "kind": "kindValue",
                "user": {
                  "name": "nameValue"
                },
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 2.5K bytes
    - Viewed (0)
  7. pkg/apis/flowcontrol/zz_generated.deepcopy.go

    func (in *FlowSchemaSpec) DeepCopyInto(out *FlowSchemaSpec) {
    	*out = *in
    	out.PriorityLevelConfiguration = in.PriorityLevelConfiguration
    	if in.DistinguisherMethod != nil {
    		in, out := &in.DistinguisherMethod, &out.DistinguisherMethod
    		*out = new(FlowDistinguisherMethod)
    		**out = **in
    	}
    	if in.Rules != nil {
    		in, out := &in.Rules, &out.Rules
    		*out = make([]PolicyRulesWithSubjects, len(*in))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jul 14 01:00:06 UTC 2023
    - 17.1K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/flowcontrol/v1beta2/zz_generated.deepcopy.go

    func (in *FlowSchemaSpec) DeepCopyInto(out *FlowSchemaSpec) {
    	*out = *in
    	out.PriorityLevelConfiguration = in.PriorityLevelConfiguration
    	if in.DistinguisherMethod != nil {
    		in, out := &in.DistinguisherMethod, &out.DistinguisherMethod
    		*out = new(FlowDistinguisherMethod)
    		**out = **in
    	}
    	if in.Rules != nil {
    		in, out := &in.Rules, &out.Rules
    		*out = make([]PolicyRulesWithSubjects, len(*in))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jul 14 01:00:06 UTC 2023
    - 17.1K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/flowcontrol/v1beta3/zz_generated.deepcopy.go

    func (in *FlowSchemaSpec) DeepCopyInto(out *FlowSchemaSpec) {
    	*out = *in
    	out.PriorityLevelConfiguration = in.PriorityLevelConfiguration
    	if in.DistinguisherMethod != nil {
    		in, out := &in.DistinguisherMethod, &out.DistinguisherMethod
    		*out = new(FlowDistinguisherMethod)
    		**out = **in
    	}
    	if in.Rules != nil {
    		in, out := &in.Rules, &out.Rules
    		*out = make([]PolicyRulesWithSubjects, len(*in))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jul 14 01:00:06 UTC 2023
    - 17.1K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/flowcontrol/v1beta1/zz_generated.deepcopy.go

    func (in *FlowSchemaSpec) DeepCopyInto(out *FlowSchemaSpec) {
    	*out = *in
    	out.PriorityLevelConfiguration = in.PriorityLevelConfiguration
    	if in.DistinguisherMethod != nil {
    		in, out := &in.DistinguisherMethod, &out.DistinguisherMethod
    		*out = new(FlowDistinguisherMethod)
    		**out = **in
    	}
    	if in.Rules != nil {
    		in, out := &in.Rules, &out.Rules
    		*out = make([]PolicyRulesWithSubjects, len(*in))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jul 14 01:00:06 UTC 2023
    - 17.1K bytes
    - Viewed (0)
Back to top