Files
c/kubernetes/docs/v1beta3_limit_response.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

12 lines
760 B
Markdown

# v1beta3_limit_response_t
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**queuing** | [**v1beta3_queuing_configuration_t**](v1beta3_queuing_configuration.md) \* | | [optional]
**type** | **char \*** | &#x60;type&#x60; 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]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)