Sha256: d107db256629982c5b24c8ed25dddd18a9bfab058d6a67460c7f13680122ab82
Contents?: true
Size: 856 Bytes
Versions: 1
Compression:
Stored size: 856 Bytes
Contents
# Zilla::IoK8sApiCoreV1ResourceRequirements ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **limits** | **Hash<String, String>** | Limits describes the maximum amount of compute resources allowed. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/ | [optional] | | **requests** | **Hash<String, String>** | Requests describes the minimum amount of compute resources required. If Requests is omitted for a container, it defaults to Limits if that is explicitly specified, otherwise to an implementation-defined value. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/ | [optional] | ## Example ```ruby require 'zilla' instance = Zilla::IoK8sApiCoreV1ResourceRequirements.new( limits: null, requests: null ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
zilla-0.2.0 | docs/IoK8sApiCoreV1ResourceRequirements.md |