Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 925 Bytes

V1ResourceRequirements.md

File metadata and controls

12 lines (8 loc) · 925 Bytes

V1ResourceRequirements

Properties

Name Type Description Notes
limits object Limits describes the maximum amount of compute resources allowed. Valid resource keys are "memory" and "cpu". [optional]
overcommit_guest_overhead bool Don't ask the scheduler to take the guest-management overhead into account. Instead put the overhead only into the container's memory limit. This can lead to crashes if all memory is in use on a node. Defaults to false. [optional]
requests object Requests is a description of the initial vmi resources. Valid resource keys are "memory" and "cpu". [optional]

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