ContainerResourceRequirements interface

The resource requirements for the container (cpu and memory).

Properties

cpu

The minimum amount of CPU cores to be used by the container. More info: https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/

cpuLimit

The maximum amount of CPU cores allowed to be used by the container. More info: https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/

fpga

The number of FPGA PCIE devices exposed to the container. Must be multiple of 2.

gpu

The number of GPU cores in the container.

memoryInGB

The minimum amount of memory (in GB) to be used by the container. More info: https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/

memoryInGBLimit

The maximum amount of memory (in GB) allowed to be used by the container. More info: https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/

Property Details

cpu

The minimum amount of CPU cores to be used by the container. More info: https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/

cpu?: number

Property Value

number

cpuLimit

The maximum amount of CPU cores allowed to be used by the container. More info: https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/

cpuLimit?: number

Property Value

number

fpga

The number of FPGA PCIE devices exposed to the container. Must be multiple of 2.

fpga?: number

Property Value

number

gpu

The number of GPU cores in the container.

gpu?: number

Property Value

number

memoryInGB

The minimum amount of memory (in GB) to be used by the container. More info: https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/

memoryInGB?: number

Property Value

number

memoryInGBLimit

The maximum amount of memory (in GB) allowed to be used by the container. More info: https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/

memoryInGBLimit?: number

Property Value

number