Options
All
  • Public
  • Public/Protected
  • All
Menu
export
interface

V1ResourceRequirements

Hierarchy

  • V1ResourceRequirements

Index

Properties

limits?: object

Limits describes the maximum amount of compute resources allowed. Valid resource keys are "memory" and "cpu".

memberof

V1ResourceRequirements

overcommitGuestOverhead?: boolean

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.

memberof

V1ResourceRequirements

requests?: object

Requests is a description of the initial vmi resources. Valid resource keys are "memory" and "cpu".

memberof

V1ResourceRequirements

Generated using TypeDoc