resources

@JvmName(name = "vwdiblwfjuwvgygm")
suspend fun resources(value: Output<ResourceRequirementsPatchArgs>)
@JvmName(name = "wdsyyctluypsobxr")
suspend fun resources(value: ResourceRequirementsPatchArgs?)

Parameters

value

Resources is the total amount of CPU and Memory resources required by all containers in the pod. It supports specifying Requests and Limits for "cpu" and "memory" resource names only. ResourceClaims are not supported. This field enables fine-grained control over resource allocation for the entire pod, allowing resource sharing among containers in a pod. This is an alpha field and requires enabling the PodLevelResources feature gate.


@JvmName(name = "upyvyflyhrustkfk")
suspend fun resources(argument: suspend ResourceRequirementsPatchArgsBuilder.() -> Unit)

Parameters

argument

Resources is the total amount of CPU and Memory resources required by all containers in the pod. It supports specifying Requests and Limits for "cpu" and "memory" resource names only. ResourceClaims are not supported. This field enables fine-grained control over resource allocation for the entire pod, allowing resource sharing among containers in a pod. This is an alpha field and requires enabling the PodLevelResources feature gate.