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

13 lines
827 B
Markdown

# V1alpha1LimitResponse
LimitResponse defines how to handle requests that can not be executed right now.
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**queuing** | [**V1alpha1QueuingConfiguration**](V1alpha1QueuingConfiguration.md) | | [optional]
**type** | **str** | &#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)