python/kubernetes/docs/V1alpha1PriorityLevelConfigurationSpec.md
Nabarun Pal 598d41ba5f
Generate client 17.0.0
Signed-off-by: Nabarun Pal <pal.nabarun95@gmail.com>
2020-11-07 16:10:08 +05:30

13 lines
1.1 KiB
Markdown

# V1alpha1PriorityLevelConfigurationSpec
PriorityLevelConfigurationSpec specifies the configuration of a priority level.
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**limited** | [**V1alpha1LimitedPriorityLevelConfiguration**](V1alpha1LimitedPriorityLevelConfiguration.md) | | [optional]
**type** | **str** | &#x60;type&#x60; indicates whether this priority level is subject to limitation on request execution. A value of &#x60;\&quot;Exempt\&quot;&#x60; means that requests of this priority level are not subject to a limit (and thus are never queued) and do not detract from the capacity made available to other priority levels. A value of &#x60;\&quot;Limited\&quot;&#x60; means that (a) requests of this priority level _are_ subject to limits and (b) some of the server&#39;s limited capacity is made available exclusively to this priority level. Required. |
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)