Files
c/kubernetes/docs/v1beta3_priority_level_configuration_spec.md
Kubernetes Prow Robot 060e5f800a Automated openapi generation from release-1.26
Signed-off-by: Kubernetes Prow Robot <k8s.ci.robot@gmail.com>
2023-02-23 01:48:36 +00:00

1.0 KiB

v1beta3_priority_level_configuration_spec_t

Properties

Name Type Description Notes
limited v1beta3_limited_priority_level_configuration_t * [optional]
type char * `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]