allocatedResources

@JvmName(name = "uhibbceomnlimgcj")
suspend fun allocatedResources(value: Output<Map<String, String>>)
@JvmName(name = "kxpujdlkjihbouwr")
suspend fun allocatedResources(value: Map<String, String>?)

Parameters

value

AllocatedResources represents the compute resources allocated for this container by the node. Kubelet sets this value to Container.Resources.Requests upon successful pod admission and after successfully admitting desired pod resize.


@JvmName(name = "bseqsxgidrquissb")
fun allocatedResources(vararg values: Pair<String, String>)

Parameters

values

AllocatedResources represents the compute resources allocated for this container by the node. Kubelet sets this value to Container.Resources.Requests upon successful pod admission and after successfully admitting desired pod resize.