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] |