Sha256: 565ffd0abcab5288ebbdc3208f26af0d4f9d81bf00a6e36751f8a109a960d469

Contents?: true

Size: 1.04 KB

Versions: 1

Compression:

Stored size: 1.04 KB

Contents

# Zilla::IoK8sApiFlowcontrolV1beta2PriorityLevelConfigurationSpec

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **limited** | [**IoK8sApiFlowcontrolV1beta2LimitedPriorityLevelConfiguration**](IoK8sApiFlowcontrolV1beta2LimitedPriorityLevelConfiguration.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::IoK8sApiFlowcontrolV1beta2PriorityLevelConfigurationSpec.new(
  limited: null,
  type: null
)
```

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
zilla-0.2.0 docs/IoK8sApiFlowcontrolV1beta2PriorityLevelConfigurationSpec.md