claims

@JvmName(name = "vpmtpynmuxmahyki")
suspend fun claims(value: Output<List<ResourceClaimPatchArgs>>)
@JvmName(name = "gvypfosvcrinfrpw")
suspend fun claims(value: List<ResourceClaimPatchArgs>?)

Parameters

value

Claims lists the names of resources, defined in spec.resourceClaims, that are used by this container. This is an alpha field and requires enabling the DynamicResourceAllocation feature gate. This field is immutable. It can only be set for containers.


@JvmName(name = "cbcjbewkwpegcuwp")
suspend fun claims(vararg values: Output<ResourceClaimPatchArgs>)


@JvmName(name = "raplxlcckwkpjtky")
suspend fun claims(values: List<Output<ResourceClaimPatchArgs>>)
@JvmName(name = "hlebbhcqvfhqryoy")
suspend fun claims(vararg values: ResourceClaimPatchArgs)

Parameters

values

Claims lists the names of resources, defined in spec.resourceClaims, that are used by this container. This is an alpha field and requires enabling the DynamicResourceAllocation feature gate. This field is immutable. It can only be set for containers.


@JvmName(name = "mjeuqsovtybgxqam")
suspend fun claims(argument: List<suspend ResourceClaimPatchArgsBuilder.() -> Unit>)
@JvmName(name = "oqcdtgrkphinvopb")
suspend fun claims(vararg argument: suspend ResourceClaimPatchArgsBuilder.() -> Unit)
@JvmName(name = "kyarjndsrppncjwo")
suspend fun claims(argument: suspend ResourceClaimPatchArgsBuilder.() -> Unit)

Parameters

argument

Claims lists the names of resources, defined in spec.resourceClaims, that are used by this container. This is an alpha field and requires enabling the DynamicResourceAllocation feature gate. This field is immutable. It can only be set for containers.