Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for LimitedPriorityLevelConfiguration (0.46 sec)

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

    	PriorityLevelEnablementLimited PriorityLevelEnablement = "Limited"
    )
    
    // LimitedPriorityLevelConfiguration specifies how to handle requests that are subject to limits.
    // It addresses two issues:
    //   - How are requests for this priority level limited?
    //   - What should be done with requests that exceed the limit?
    type LimitedPriorityLevelConfiguration struct {
    	// `nominalConcurrencyShares` (NCS) contributes to the computation of the
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 23 17:42:49 UTC 2024
    - 31.1K bytes
    - Viewed (0)
  2. pkg/printers/internalversion/printers_test.go

    					CreationTimestamp: metav1.Time{Time: time.Now().Add(1.9e9)},
    				},
    				Spec: flowcontrol.PriorityLevelConfigurationSpec{
    					Type: flowcontrol.PriorityLevelEnablementLimited,
    					Limited: &flowcontrol.LimitedPriorityLevelConfiguration{
    						NominalConcurrencyShares: 47,
    						LimitResponse: flowcontrol.LimitResponse{
    							Type: flowcontrol.LimitResponseTypeReject,
    						},
    					},
    				},
    			},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 14:04:15 UTC 2024
    - 218.6K bytes
    - Viewed (0)
  3. pkg/printers/internalversion/printers.go

    		{Name: "Type", Type: "string", Description: flowcontrolv1.PriorityLevelConfigurationSpec{}.SwaggerDoc()["type"]},
    		{Name: "NominalConcurrencyShares", Type: "string", Description: flowcontrolv1.LimitedPriorityLevelConfiguration{}.SwaggerDoc()["nominalConcurrencyShares"]},
    		{Name: "Queues", Type: "string", Description: flowcontrolv1.QueuingConfiguration{}.SwaggerDoc()["queues"]},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 14:04:15 UTC 2024
    - 128.3K bytes
    - Viewed (0)
  4. pkg/generated/openapi/zz_generated.openapi.go

    		"k8s.io/api/flowcontrol/v1.LimitResponse":                                                               schema_k8sio_api_flowcontrol_v1_LimitResponse(ref),
    		"k8s.io/api/flowcontrol/v1.LimitedPriorityLevelConfiguration":                                           schema_k8sio_api_flowcontrol_v1_LimitedPriorityLevelConfiguration(ref),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3M bytes
    - Viewed (0)
  5. api/openapi-spec/swagger.json

              "fields-to-discriminateBy": {
                "queuing": "Queuing"
              }
            }
          ]
        },
        "io.k8s.api.flowcontrol.v1.LimitedPriorityLevelConfiguration": {
    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