Sha256: 0911d6d3db716c944f83440314de1b1841340416ad2da938a8be7bf03d608bff
Contents?: true
Size: 766 Bytes
Versions: 1
Compression:
Stored size: 766 Bytes
Contents
# Zilla::IoK8sApiCoreV1ResourceQuotaSpec ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **hard** | **Hash<String, String>** | hard is the set of desired hard limits for each named resource. More info: https://kubernetes.io/docs/concepts/policy/resource-quotas/ | [optional] | | **scope_selector** | [**IoK8sApiCoreV1ScopeSelector**](IoK8sApiCoreV1ScopeSelector.md) | | [optional] | | **scopes** | **Array<String>** | A collection of filters that must match each object tracked by a quota. If not specified, the quota matches all objects. | [optional] | ## Example ```ruby require 'zilla' instance = Zilla::IoK8sApiCoreV1ResourceQuotaSpec.new( hard: null, scope_selector: null, scopes: null ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
zilla-0.2.0 | docs/IoK8sApiCoreV1ResourceQuotaSpec.md |