Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 39 for assuredConcurrencyShares (0.51 sec)

  1. staging/src/k8s.io/api/flowcontrol/v1beta1/types.go

    	//
    	// bigger numbers of ACS mean more reserved concurrent requests (at the
    	// expense of every other PL).
    	// This field has a default value of 30.
    	// +optional
    	AssuredConcurrencyShares int32 `json:"assuredConcurrencyShares" protobuf:"varint,1,opt,name=assuredConcurrencyShares"`
    
    	// `limitResponse` indicates what to do with requests that can not be executed right now
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Sep 17 09:27:57 UTC 2023
    - 31.2K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/flowcontrol/v1beta2/types.go

    	//
    	// bigger numbers of ACS mean more reserved concurrent requests (at the
    	// expense of every other PL).
    	// This field has a default value of 30.
    	// +optional
    	AssuredConcurrencyShares int32 `json:"assuredConcurrencyShares" protobuf:"varint,1,opt,name=assuredConcurrencyShares"`
    
    	// `limitResponse` indicates what to do with requests that can not be executed right now
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Sep 17 09:27:57 UTC 2023
    - 31.2K bytes
    - Viewed (0)
  3. common-protos/k8s.io/api/flowcontrol/v1beta1/generated.proto

    // It addresses two issues:
    //   - How are requests for this priority level limited?
    //   - What should be done with requests that exceed the limit?
    message LimitedPriorityLevelConfiguration {
      // `assuredConcurrencyShares` (ACS) configures the execution
      // limit, which is a limit on the number of requests of this
      // priority level that may be exeucting at a given time.  ACS must
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 19.4K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/flowcontrol/v1beta1/types_swagger_doc_generated.go

    	"assuredConcurrencyShares": "`assuredConcurrencyShares` (ACS) configures the execution limit, which is a limit on the number of requests of this priority level that may be executing at a given time.  ACS must be a positive number. The server's concurrency limit (SCL) is divided...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Sep 17 09:27:57 UTC 2023
    - 21.2K bytes
    - Viewed (0)
  5. common-protos/k8s.io/api/flowcontrol/v1alpha1/generated.proto

    // It addresses two issues:
    //   - How are requests for this priority level limited?
    //   - What should be done with requests that exceed the limit?
    message LimitedPriorityLevelConfiguration {
      // `assuredConcurrencyShares` (ACS) configures the execution
      // limit, which is a limit on the number of requests of this
      // priority level that may be exeucting at a given time.  ACS must
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 19.4K bytes
    - Viewed (0)
  6. common-protos/k8s.io/api/flowcontrol/v1beta2/generated.proto

    // It addresses two issues:
    //   - How are requests for this priority level limited?
    //   - What should be done with requests that exceed the limit?
    message LimitedPriorityLevelConfiguration {
      // `assuredConcurrencyShares` (ACS) configures the execution
      // limit, which is a limit on the number of requests of this
      // priority level that may be exeucting at a given time.  ACS must
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 19.4K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/flowcontrol/v1beta2/generated.proto

    // It addresses two issues:
    //   - How are requests for this priority level limited?
    //   - What should be done with requests that exceed the limit?
    message LimitedPriorityLevelConfiguration {
      // `assuredConcurrencyShares` (ACS) configures the execution
      // limit, which is a limit on the number of requests of this
      // priority level that may be executing at a given time.  ACS must
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 21.4K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/flowcontrol/v1beta2/types_swagger_doc_generated.go

    	"assuredConcurrencyShares": "`assuredConcurrencyShares` (ACS) configures the execution limit, which is a limit on the number of requests of this priority level that may be executing at a given time.  ACS must be a positive number. The server's concurrency limit (SCL) is divided...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Sep 17 09:27:57 UTC 2023
    - 21.2K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/flowcontrol/v1beta1/generated.proto

    // It addresses two issues:
    //   - How are requests for this priority level limited?
    //   - What should be done with requests that exceed the limit?
    message LimitedPriorityLevelConfiguration {
      // `assuredConcurrencyShares` (ACS) configures the execution
      // limit, which is a limit on the number of requests of this
      // priority level that may be executing at a given time.  ACS must
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 21.4K bytes
    - Viewed (0)
  10. pkg/apis/flowcontrol/validation/validation_test.go

    		requestVersion:    flowcontrolv1beta1.SchemeGroupVersion,
    		concurrencyShares: 0,
    		errExpected:       errExpectedFn("assuredConcurrencyShares", 0, "must be positive"),
    	}, {
    		requestVersion:    flowcontrolv1beta2.SchemeGroupVersion,
    		concurrencyShares: 0,
    		errExpected:       errExpectedFn("assuredConcurrencyShares", 0, "must be positive"),
    	}, {
    		requestVersion:    flowcontrolv1beta3.SchemeGroupVersion,
    		concurrencyShares: 0,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Oct 30 22:22:51 UTC 2023
    - 54.7K bytes
    - Viewed (0)
Back to top