Sha256: f88f55135b00c17408d7c3cd64dccd794a9c50d0efcfbdb94a0784d5ec51cbe0
Contents?: true
Size: 772 Bytes
Versions: 1
Compression:
Stored size: 772 Bytes
Contents
# Zilla::IoK8sApiFlowcontrolV1beta2LimitResponse ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **queuing** | [**IoK8sApiFlowcontrolV1beta2QueuingConfiguration**](IoK8sApiFlowcontrolV1beta2QueuingConfiguration.md) | | [optional] | | **type** | **String** | `type` is \"Queue\" or \"Reject\". \"Queue\" 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. \"Reject\" means that requests that can not be executed upon arrival are rejected. Required. | | ## Example ```ruby require 'zilla' instance = Zilla::IoK8sApiFlowcontrolV1beta2LimitResponse.new( queuing: null, type: null ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
zilla-0.2.0 | docs/IoK8sApiFlowcontrolV1beta2LimitResponse.md |