python/kubernetes/docs/V1alpha1PriorityLevelConfigurationSpec.md
Nabarun Pal 2132e24fd1
Generate client 17.0.0
Signed-off-by: Nabarun Pal <pal.nabarun95@gmail.com>
2020-11-17 04:00:30 +05:30

1.1 KiB

V1alpha1PriorityLevelConfigurationSpec

PriorityLevelConfigurationSpec specifies the configuration of a priority level.

Properties

Name Type Description Notes
limited V1alpha1LimitedPriorityLevelConfiguration [optional]
type str `type` indicates whether this priority level is subject to limitation on request execution. A value of `&quot;Exempt&quot;` 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 `&quot;Limited&quot;` means that (a) requests of this priority level are subject to limits and (b) some of the server's limited capacity is made available exclusively to this priority level. Required.

[Back to Model list] [Back to API list] [Back to README]