Sha256: e9f7245dc8102b9282ade41a889ca3f8b16c431fab4d4b722551cba9fc5025ae

Contents?: true

Size: 1.04 KB

Versions: 1

Compression:

Stored size: 1.04 KB

Contents

# Zilla::IoK8sApiFlowcontrolV1beta1PriorityLevelConfigurationSpec

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **limited** | [**IoK8sApiFlowcontrolV1beta1LimitedPriorityLevelConfiguration**](IoK8sApiFlowcontrolV1beta1LimitedPriorityLevelConfiguration.md) |  | [optional] |
| **type** | **String** | `type` indicates whether this priority level is subject to limitation on request execution.  A value of `\"Exempt\"` means that requests of this priority level are not subject to a limit (and thus are never queued) and do not detract from the capacity made available to other priority levels.  A value of `\"Limited\"` means that (a) requests of this priority level _are_ subject to limits and (b) some of the server's limited capacity is made available exclusively to this priority level. Required. |  |

## Example

```ruby
require 'zilla'

instance = Zilla::IoK8sApiFlowcontrolV1beta1PriorityLevelConfigurationSpec.new(
  limited: null,
  type: null
)
```

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
zilla-0.2.0 docs/IoK8sApiFlowcontrolV1beta1PriorityLevelConfigurationSpec.md