Files
c/kubernetes/docs/v1_limit_response.md
Kubernetes Prow Robot 6d68c83d69 Automated openapi generation from release-1.29
Signed-off-by: Kubernetes Prow Robot <k8s.ci.robot@gmail.com>
2024-01-23 12:51:46 +00:00

745 B

v1_limit_response_t

Properties

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