Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 61 for lendablePercent (0.48 sec)

  1. staging/src/k8s.io/api/flowcontrol/v1beta1/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
    - 142K bytes
    - Viewed (0)
  2. common-protos/k8s.io/api/flowcontrol/v1beta3/generated.proto

      // as this level's LendableConcurrencyLimit (LendableCL), is defined as follows.
      //
      // LendableCL(i) = round( NominalCL(i) * lendablePercent(i)/100.0 )
      //
      // +optional
      optional int32 lendablePercent = 3;
    
      // `borrowingLimitPercent`, if present, configures a limit on how many
      // seats this priority level can borrow from other priority levels.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 19.5K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apiserver/pkg/util/flowcontrol/borrowing_test.go

    						Type: flowcontrol.PriorityLevelEnablementLimited,
    						Limited: &flowcontrol.LimitedPriorityLevelConfiguration{
    							NominalConcurrencyShares: ptr.To(int32(100)),
    							LendablePercent:          &testCase.constraints[flow].lendable,
    							BorrowingLimitPercent:    &testCase.constraints[flow].borrowing,
    							LimitResponse: flowcontrol.LimitResponse{
    								Type: flowcontrol.LimitResponseTypeQueue,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Oct 30 12:18:40 UTC 2023
    - 9K bytes
    - Viewed (0)
  4. 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)
  5. 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)
  6. 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)
  7. 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)
  8. 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)
  9. 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)
  10. 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)
Back to top