Sha256: f2158373b4894b3c92b3444c278b761f7c62b3ae00e5b4606a9b507cef6e059b

Contents?: true

Size: 1.27 KB

Versions: 1

Compression:

Stored size: 1.27 KB

Contents

# Zilla::IoK8sApiCoreV1LimitRangeItem

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **default** | **Hash<String, String>** | Default resource requirement limit value by resource name if resource limit is omitted. | [optional] |
| **default_request** | **Hash<String, String>** | DefaultRequest is the default resource requirement request value by resource name if resource request is omitted. | [optional] |
| **max** | **Hash<String, String>** | Max usage constraints on this kind by resource name. | [optional] |
| **max_limit_request_ratio** | **Hash<String, String>** | MaxLimitRequestRatio if specified, the named resource must have a request and limit that are both non-zero where limit divided by request is less than or equal to the enumerated value; this represents the max burst for the named resource. | [optional] |
| **min** | **Hash<String, String>** | Min usage constraints on this kind by resource name. | [optional] |
| **type** | **String** | Type of resource that this limit applies to. |  |

## Example

```ruby
require 'zilla'

instance = Zilla::IoK8sApiCoreV1LimitRangeItem.new(
  default: null,
  default_request: null,
  max: null,
  max_limit_request_ratio: null,
  min: null,
  type: null
)
```

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
zilla-0.2.0 docs/IoK8sApiCoreV1LimitRangeItem.md