Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 86 for LimitResponse (0.16 sec)

  1. staging/src/k8s.io/api/flowcontrol/v1beta3/zz_generated.deepcopy.go

    func (in *LimitResponse) DeepCopyInto(out *LimitResponse) {
    	*out = *in
    	if in.Queuing != nil {
    		in, out := &in.Queuing, &out.Queuing
    		*out = new(QueuingConfiguration)
    		**out = **in
    	}
    	return
    }
    
    // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LimitResponse.
    func (in *LimitResponse) DeepCopy() *LimitResponse {
    	if in == nil {
    		return nil
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jul 14 01:00:06 UTC 2023
    - 17.1K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/flowcontrol/v1beta1/zz_generated.deepcopy.go

    func (in *LimitResponse) DeepCopyInto(out *LimitResponse) {
    	*out = *in
    	if in.Queuing != nil {
    		in, out := &in.Queuing, &out.Queuing
    		*out = new(QueuingConfiguration)
    		**out = **in
    	}
    	return
    }
    
    // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LimitResponse.
    func (in *LimitResponse) DeepCopy() *LimitResponse {
    	if in == nil {
    		return nil
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jul 14 01:00:06 UTC 2023
    - 17.1K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/testdata/v1.29.0/flowcontrol.apiserver.k8s.io.v1beta3.PriorityLevelConfiguration.yaml

      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
      type: typeValue
    status:
      conditions:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 1.3K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/testdata/v1.30.0/flowcontrol.apiserver.k8s.io.v1beta1.PriorityLevelConfiguration.yaml

      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
      type: typeValue
    status:
      conditions:
      - lastTransitionTime: "2003-01-01T01:01:01Z"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 1.3K bytes
    - Viewed (0)
  5. pkg/apis/flowcontrol/v1beta1/zz_generated.defaults.go

    	if in.Spec.Limited != nil {
    		SetDefaults_LimitedPriorityLevelConfiguration(in.Spec.Limited)
    		if in.Spec.Limited.LimitResponse.Queuing != nil {
    			SetDefaults_QueuingConfiguration(in.Spec.Limited.LimitResponse.Queuing)
    		}
    	}
    	if in.Spec.Exempt != nil {
    		SetDefaults_ExemptPriorityLevelConfiguration(in.Spec.Exempt)
    	}
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jul 14 01:00:06 UTC 2023
    - 2.5K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/flowcontrol/v1/zz_generated.deepcopy.go

    func (in *LimitResponse) DeepCopyInto(out *LimitResponse) {
    	*out = *in
    	if in.Queuing != nil {
    		in, out := &in.Queuing, &out.Queuing
    		*out = new(QueuingConfiguration)
    		**out = **in
    	}
    	return
    }
    
    // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LimitResponse.
    func (in *LimitResponse) DeepCopy() *LimitResponse {
    	if in == nil {
    		return nil
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Oct 30 12:18:41 UTC 2023
    - 17.3K bytes
    - Viewed (0)
  7. staging/src/k8s.io/apiserver/pkg/util/flowcontrol/apf_filter_test.go

    			Limited: &flowcontrol.LimitedPriorityLevelConfiguration{
    				NominalConcurrencyShares: ptr.To(int32(100)),
    				LendablePercent:          &lendable,
    				BorrowingLimitPercent:    &borrowingLimit,
    				LimitResponse: flowcontrol.LimitResponse{
    					Type: flowcontrol.LimitResponseTypeQueue,
    					Queuing: &flowcontrol.QueuingConfiguration{
    						Queues:           10,
    						HandSize:         2,
    						QueueLengthLimit: 10,
    					},
    				},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Oct 30 12:18:40 UTC 2023
    - 5.6K bytes
    - Viewed (0)
  8. pkg/apis/flowcontrol/zz_generated.deepcopy.go

    func (in *LimitResponse) DeepCopyInto(out *LimitResponse) {
    	*out = *in
    	if in.Queuing != nil {
    		in, out := &in.Queuing, &out.Queuing
    		*out = new(QueuingConfiguration)
    		**out = **in
    	}
    	return
    }
    
    // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LimitResponse.
    func (in *LimitResponse) DeepCopy() *LimitResponse {
    	if in == nil {
    		return nil
    	}
    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/v1beta2/zz_generated.deepcopy.go

    func (in *LimitResponse) DeepCopyInto(out *LimitResponse) {
    	*out = *in
    	if in.Queuing != nil {
    		in, out := &in.Queuing, &out.Queuing
    		*out = new(QueuingConfiguration)
    		**out = **in
    	}
    	return
    }
    
    // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LimitResponse.
    func (in *LimitResponse) DeepCopy() *LimitResponse {
    	if in == nil {
    		return nil
    	}
    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/apiserver/pkg/util/flowcontrol/max_seats_test.go

    					Type: flowcontrolv1.PriorityLevelEnablementLimited,
    					Limited: &flowcontrolv1.LimitedPriorityLevelConfiguration{
    						NominalConcurrencyShares: ptr.To(int32(10000)),
    						LimitResponse: flowcontrolv1.LimitResponse{
    							Queuing: &flowcontrolv1.QueuingConfiguration{
    								HandSize: testcase.handSize,
    							},
    						},
    					},
    				},
    			}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Oct 30 12:18:40 UTC 2023
    - 4.2K bytes
    - Viewed (0)
Back to top