PriorityLevelConfiguration represents the configuration of a priority level.
PriorityLevelConfiguration represents the configuration of a priority level.
object
Property | Type | Description |
---|---|---|
|
|
APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources |
|
|
Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds |
|
|
|
|
|
PriorityLevelConfigurationSpec specifies the configuration of a priority level. |
|
|
PriorityLevelConfigurationStatus represents the current state of a "request-priority". |
PriorityLevelConfigurationSpec specifies the configuration of a priority level.
object
type
Property | Type | Description |
---|---|---|
|
|
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? |
|
|
|
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?
object
Property | Type | Description |
---|---|---|
|
|
ACV(l) = ceil( SCL * ACS(l) / ( sum[priority levels k] ACS(k) ) ) bigger numbers of ACS mean more reserved concurrent requests (at the expense of every other PL). This field has a default value of 30. |
|
|
LimitResponse defines how to handle requests that can not be executed right now. |
LimitResponse defines how to handle requests that can not be executed right now.
object
type
Property | Type | Description |
---|---|---|
|
|
QueuingConfiguration holds the configuration parameters for queuing |
|
|
|
QueuingConfiguration holds the configuration parameters for queuing
object
Property | Type | Description |
---|---|---|
|
|
|
|
|
|
|
|
|
PriorityLevelConfigurationStatus represents the current state of a "request-priority".
object
Property | Type | Description |
---|---|---|
|
|
|
|
|
PriorityLevelConfigurationCondition defines the condition of priority level. |
PriorityLevelConfigurationCondition defines the condition of priority level.
object
Property | Type | Description |
---|---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The following API endpoints are available:
/apis/flowcontrol.apiserver.k8s.io/v1beta2/prioritylevelconfigurations
DELETE
: delete collection of PriorityLevelConfiguration
GET
: list or watch objects of kind PriorityLevelConfiguration
POST
: create a PriorityLevelConfiguration
/apis/flowcontrol.apiserver.k8s.io/v1beta2/watch/prioritylevelconfigurations
GET
: watch individual changes to a list of PriorityLevelConfiguration. deprecated: use the 'watch' parameter with a list operation instead.
/apis/flowcontrol.apiserver.k8s.io/v1beta2/prioritylevelconfigurations/{name}
DELETE
: delete a PriorityLevelConfiguration
GET
: read the specified PriorityLevelConfiguration
PATCH
: partially update the specified PriorityLevelConfiguration
PUT
: replace the specified PriorityLevelConfiguration
/apis/flowcontrol.apiserver.k8s.io/v1beta2/watch/prioritylevelconfigurations/{name}
GET
: watch changes to an object of kind PriorityLevelConfiguration. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.
/apis/flowcontrol.apiserver.k8s.io/v1beta2/prioritylevelconfigurations/{name}/status
GET
: read status of the specified PriorityLevelConfiguration
PATCH
: partially update status of the specified PriorityLevelConfiguration
PUT
: replace status of the specified PriorityLevelConfiguration
Parameter | Type | Description |
---|---|---|
|
|
If 'true', then the output is pretty printed. |
DELETE
delete collection of PriorityLevelConfiguration
Parameter | Type | Description |
---|---|---|
|
|
The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. |
|
|
When present, indicates that modifications should not be |