resourceClaims

@JvmName(name = "cbdessnxngqjdumc")
suspend fun resourceClaims(value: Output<List<PodResourceClaimArgs>>)
@JvmName(name = "ahmdofjxgjqdgrva")
suspend fun resourceClaims(value: List<PodResourceClaimArgs>?)

Parameters

value

ResourceClaims defines which ResourceClaims must be allocated and reserved before the Pod is allowed to start. The resources will be made available to those containers which consume them by name. This is an alpha field and requires enabling the DynamicResourceAllocation feature gate. This field is immutable.


@JvmName(name = "rixwlsnumitkwhyl")
suspend fun resourceClaims(vararg values: Output<PodResourceClaimArgs>)


@JvmName(name = "xbbvqddrdhwdinru")
suspend fun resourceClaims(values: List<Output<PodResourceClaimArgs>>)
@JvmName(name = "sfvodmbcforplixm")
suspend fun resourceClaims(vararg values: PodResourceClaimArgs)

Parameters

values

ResourceClaims defines which ResourceClaims must be allocated and reserved before the Pod is allowed to start. The resources will be made available to those containers which consume them by name. This is an alpha field and requires enabling the DynamicResourceAllocation feature gate. This field is immutable.


@JvmName(name = "tahxesyaurxtpwkb")
suspend fun resourceClaims(argument: List<suspend PodResourceClaimArgsBuilder.() -> Unit>)
@JvmName(name = "tangexydegpuyyxl")
suspend fun resourceClaims(vararg argument: suspend PodResourceClaimArgsBuilder.() -> Unit)
@JvmName(name = "gestiexrxbylkqxi")
suspend fun resourceClaims(argument: suspend PodResourceClaimArgsBuilder.() -> Unit)

Parameters

argument

ResourceClaims defines which ResourceClaims must be allocated and reserved before the Pod is allowed to start. The resources will be made available to those containers which consume them by name. This is an alpha field and requires enabling the DynamicResourceAllocation feature gate. This field is immutable.