containerResource

@JvmName(name = "lulpqgdyytddlvjc")
suspend fun containerResource(value: Output<ContainerResourceMetricStatusArgs>)
@JvmName(name = "kruemcyjgieyxcmt")
suspend fun containerResource(value: ContainerResourceMetricStatusArgs?)

Parameters

value

container resource refers to a resource metric (such as those specified in requests and limits) known to Kubernetes describing a single container in each pod in the current scale target (e.g. CPU or memory). Such metrics are built in to Kubernetes, and have special scaling options on top of those available to normal per-pod metrics using the "pods" source.


@JvmName(name = "hnaukiqgtirpgjjx")
suspend fun containerResource(argument: suspend ContainerResourceMetricStatusArgsBuilder.() -> Unit)

Parameters

argument

container resource refers to a resource metric (such as those specified in requests and limits) known to Kubernetes describing a single container in each pod in the current scale target (e.g. CPU or memory). Such metrics are built in to Kubernetes, and have special scaling options on top of those available to normal per-pod metrics using the "pods" source.