Files
c/kubernetes/docs/v1alpha1_priority_level_configuration_spec.md
2021-03-17 16:50:46 +08:00

1.0 KiB

v1alpha1_priority_level_configuration_spec_t

Properties

Name Type Description Notes
limited v1alpha1_limited_priority_level_configuration_t * [optional]
type char * `type` indicates whether this priority level is subject to limitation on request execution. A value of `"Exempt"` 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 `"Limited"` 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]