python/kubernetes/docs/V1alpha1LimitResponse.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

827 B

V1alpha1LimitResponse

LimitResponse defines how to handle requests that can not be executed right now.

Properties

Name Type Description Notes
queuing V1alpha1QueuingConfiguration [optional]
type str `type` is &quot;Queue&quot; or &quot;Reject&quot;. &quot;Queue&quot; means that requests that can not be executed upon arrival are held in a queue until they can be executed or a queuing limit is reached. &quot;Reject&quot; means that requests that can not be executed upon arrival are rejected. Required.

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