resources
Parameters
value
The type and amount of resources to assign to a container. The supported resources include memory
, cpu
, and nvidia.com/gpu
. For more information, see Resource management for pods and containers in the Kubernetes documentation .
suspend fun resources(argument: suspend JobDefinitionEksContainerResourceRequirementsArgsBuilder.() -> Unit)
Parameters
argument
The type and amount of resources to assign to a container. The supported resources include memory
, cpu
, and nvidia.com/gpu
. For more information, see Resource management for pods and containers in the Kubernetes documentation .