Search Options

Results per page
Sort
Preferred Languages
Advance

Results 71 - 78 of 78 for lendablePercent (0.43 sec)

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

    }
    
    func (m *ExemptPriorityLevelConfiguration) MarshalToSizedBuffer(dAtA []byte) (int, error) {
    	i := len(dAtA)
    	_ = i
    	var l int
    	_ = l
    	if m.LendablePercent != nil {
    		i = encodeVarintGenerated(dAtA, i, uint64(*m.LendablePercent))
    		i--
    		dAtA[i] = 0x10
    	}
    	if m.NominalConcurrencyShares != nil {
    		i = encodeVarintGenerated(dAtA, i, uint64(*m.NominalConcurrencyShares))
    		i--
    		dAtA[i] = 0x8
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 141.9K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/flowcontrol/v1/generated.pb.go

    }
    
    func (m *ExemptPriorityLevelConfiguration) MarshalToSizedBuffer(dAtA []byte) (int, error) {
    	i := len(dAtA)
    	_ = i
    	var l int
    	_ = l
    	if m.LendablePercent != nil {
    		i = encodeVarintGenerated(dAtA, i, uint64(*m.LendablePercent))
    		i--
    		dAtA[i] = 0x10
    	}
    	if m.NominalConcurrencyShares != nil {
    		i = encodeVarintGenerated(dAtA, i, uint64(*m.NominalConcurrencyShares))
    		i--
    		dAtA[i] = 0x8
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 141.8K bytes
    - Viewed (0)
  3. api/openapi-spec/v3/apis__flowcontrol.apiserver.k8s.io__v1beta3_openapi.json

            "properties": {
              "lendablePercent": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 232.7K bytes
    - Viewed (0)
  4. api/openapi-spec/v3/apis__flowcontrol.apiserver.k8s.io__v1_openapi.json

            "properties": {
              "lendablePercent": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 231.7K bytes
    - Viewed (0)
  5. pkg/generated/openapi/zz_generated.openapi.go

    							Type:        []string{"integer"},
    							Format:      "int32",
    						},
    					},
    					"lendablePercent": {
    						SchemaProps: spec.SchemaProps{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3M bytes
    - Viewed (0)
  6. staging/src/k8s.io/cli-runtime/artifacts/openapi/swagger-with-shared-parameters.json

          "properties": {
            "lendablePercent": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 2.3M bytes
    - Viewed (0)
  7. api/openapi-spec/swagger.json

          "properties": {
            "lendablePercent": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3.1M bytes
    - Viewed (0)
  8. CHANGELOG/CHANGELOG-1.26.md

      to borrow a number of seats from other priority level(s). As a cluster operator, you can enable borrowing
      for a certain priority level configuration object via the two newly introduced fields `lendablePercent`, and
      `borrowingLimitPercent` located under the `.spec.limited` field of the designated priority level.
      This change added the following metrics:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 14 16:24:51 UTC 2024
    - 425.7K bytes
    - Viewed (0)
Back to top