Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 848 Bytes

File metadata and controls

11 lines (7 loc) · 848 Bytes

V1ResourceRequirements

Properties

Name Type Description Notes
limits object Limits describes the maximum amount of compute resources allowed. More info: http://releases.k8s.io/release-1.2/docs/design/resources.md#resource-specifications [optional]
requests object 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: http://releases.k8s.io/release-1.2/docs/design/resources.md#resource-specifications [optional]

[Back to Model list] [Back to API list] [Back to README]