Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 78 for lendablePercent (0.17 sec)

  1. staging/src/k8s.io/api/testdata/HEAD/flowcontrol.apiserver.k8s.io.v1beta1.PriorityLevelConfiguration.yaml

        name: nameValue
        uid: uidValue
      resourceVersion: resourceVersionValue
      selfLink: selfLinkValue
      uid: uidValue
    spec:
      exempt:
        lendablePercent: 2
        nominalConcurrencyShares: 1
      limited:
        assuredConcurrencyShares: 1
        borrowingLimitPercent: 4
        lendablePercent: 3
        limitResponse:
          queuing:
            handSize: 2
            queueLengthLimit: 3
            queues: 1
          type: typeValue
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jul 14 01:00:06 UTC 2023
    - 1.3K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/testdata/HEAD/flowcontrol.apiserver.k8s.io.v1beta2.PriorityLevelConfiguration.yaml

        name: nameValue
        uid: uidValue
      resourceVersion: resourceVersionValue
      selfLink: selfLinkValue
      uid: uidValue
    spec:
      exempt:
        lendablePercent: 2
        nominalConcurrencyShares: 1
      limited:
        assuredConcurrencyShares: 1
        borrowingLimitPercent: 4
        lendablePercent: 3
        limitResponse:
          queuing:
            handSize: 2
            queueLengthLimit: 3
            queues: 1
          type: typeValue
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jul 14 01:00:06 UTC 2023
    - 1.3K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/testdata/v1.29.0/flowcontrol.apiserver.k8s.io.v1beta1.PriorityLevelConfiguration.json

            "queuing": {
              "queues": 1,
              "handSize": 2,
              "queueLengthLimit": 3
            }
          },
          "lendablePercent": 3,
          "borrowingLimitPercent": 4
        },
        "exempt": {
          "nominalConcurrencyShares": 1,
          "lendablePercent": 2
        }
      },
      "status": {
        "conditions": [
          {
            "type": "typeValue",
            "status": "statusValue",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 1.8K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/testdata/v1.29.0/flowcontrol.apiserver.k8s.io.v1beta1.PriorityLevelConfiguration.yaml

        name: nameValue
        uid: uidValue
      resourceVersion: resourceVersionValue
      selfLink: selfLinkValue
      uid: uidValue
    spec:
      exempt:
        lendablePercent: 2
        nominalConcurrencyShares: 1
      limited:
        assuredConcurrencyShares: 1
        borrowingLimitPercent: 4
        lendablePercent: 3
        limitResponse:
          queuing:
            handSize: 2
            queueLengthLimit: 3
            queues: 1
          type: typeValue
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 1.3K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/testdata/v1.29.0/flowcontrol.apiserver.k8s.io.v1beta2.PriorityLevelConfiguration.json

            "queuing": {
              "queues": 1,
              "handSize": 2,
              "queueLengthLimit": 3
            }
          },
          "lendablePercent": 3,
          "borrowingLimitPercent": 4
        },
        "exempt": {
          "nominalConcurrencyShares": 1,
          "lendablePercent": 2
        }
      },
      "status": {
        "conditions": [
          {
            "type": "typeValue",
            "status": "statusValue",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 1.8K bytes
    - Viewed (0)
  6. pkg/apis/flowcontrol/fuzzer/fuzzer.go

    			}
    			if obj.LendablePercent == nil {
    				obj.LendablePercent = ptr.To(int32(0))
    			}
    		},
    		func(obj *flowcontrol.ExemptPriorityLevelConfiguration, c fuzz.Continue) {
    			c.FuzzNoCustom(obj) // fuzz self without calling this function again
    			if obj.NominalConcurrencyShares == nil {
    				obj.NominalConcurrencyShares = ptr.To(int32(0))
    			}
    			if obj.LendablePercent == nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Oct 30 12:18:40 UTC 2023
    - 1.7K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/testdata/HEAD/flowcontrol.apiserver.k8s.io.v1.PriorityLevelConfiguration.yaml

        name: nameValue
        uid: uidValue
      resourceVersion: resourceVersionValue
      selfLink: selfLinkValue
      uid: uidValue
    spec:
      exempt:
        lendablePercent: 2
        nominalConcurrencyShares: 1
      limited:
        borrowingLimitPercent: 4
        lendablePercent: 3
        limitResponse:
          queuing:
            handSize: 2
            queueLengthLimit: 3
            queues: 1
          type: typeValue
        nominalConcurrencyShares: 1
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Oct 30 12:18:41 UTC 2023
    - 1.3K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/testdata/HEAD/flowcontrol.apiserver.k8s.io.v1beta1.PriorityLevelConfiguration.json

            "queuing": {
              "queues": 1,
              "handSize": 2,
              "queueLengthLimit": 3
            }
          },
          "lendablePercent": 3,
          "borrowingLimitPercent": 4
        },
        "exempt": {
          "nominalConcurrencyShares": 1,
          "lendablePercent": 2
        }
      },
      "status": {
        "conditions": [
          {
            "type": "typeValue",
            "status": "statusValue",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jul 14 01:00:06 UTC 2023
    - 1.8K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/testdata/HEAD/flowcontrol.apiserver.k8s.io.v1beta2.PriorityLevelConfiguration.json

            "queuing": {
              "queues": 1,
              "handSize": 2,
              "queueLengthLimit": 3
            }
          },
          "lendablePercent": 3,
          "borrowingLimitPercent": 4
        },
        "exempt": {
          "nominalConcurrencyShares": 1,
          "lendablePercent": 2
        }
      },
      "status": {
        "conditions": [
          {
            "type": "typeValue",
            "status": "statusValue",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jul 14 01:00:06 UTC 2023
    - 1.8K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/testdata/v1.30.0/flowcontrol.apiserver.k8s.io.v1beta2.PriorityLevelConfiguration.yaml

        name: nameValue
        uid: uidValue
      resourceVersion: resourceVersionValue
      selfLink: selfLinkValue
      uid: uidValue
    spec:
      exempt:
        lendablePercent: 2
        nominalConcurrencyShares: 1
      limited:
        assuredConcurrencyShares: 1
        borrowingLimitPercent: 4
        lendablePercent: 3
        limitResponse:
          queuing:
            handSize: 2
            queueLengthLimit: 3
            queues: 1
          type: typeValue
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 1.3K bytes
    - Viewed (0)
Back to top