Container Resource Requirements Args
data class ContainerResourceRequirementsArgs(val cpu: Output<Double>? = null, val cpuLimit: Output<Double>? = null, val fpga: Output<Int>? = null, val gpu: Output<Int>? = null, val memoryInGB: Output<Double>? = null, val memoryInGBLimit: Output<Double>? = null) : ConvertibleToJava<ContainerResourceRequirementsArgs>
The resource requirements for the container (cpu and memory).
Constructors
Properties
Link copied to clipboard
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/
Link copied to clipboard
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/