items

@JvmName(name = "vtuahstvfrxdlkvg")
suspend fun items(value: Output<List<ResourceQuotaArgs>>)
@JvmName(name = "mbfivaqklehqruvq")
suspend fun items(value: List<ResourceQuotaArgs>?)

Parameters

value

Items is a list of ResourceQuota objects. More info: https://kubernetes.io/docs/concepts/policy/resource-quotas/


@JvmName(name = "lciybcrdhdgwmvuo")
suspend fun items(vararg values: Output<ResourceQuotaArgs>)


@JvmName(name = "cybwdessytaoyrsr")
suspend fun items(values: List<Output<ResourceQuotaArgs>>)
@JvmName(name = "pxsnbpawlwutekid")
suspend fun items(vararg values: ResourceQuotaArgs)

Parameters

values

Items is a list of ResourceQuota objects. More info: https://kubernetes.io/docs/concepts/policy/resource-quotas/


@JvmName(name = "syyjjlvrhgacksmd")
suspend fun items(argument: List<suspend ResourceQuotaArgsBuilder.() -> Unit>)
@JvmName(name = "kurmbrrcmkbgmsuj")
suspend fun items(vararg argument: suspend ResourceQuotaArgsBuilder.() -> Unit)
@JvmName(name = "yxrrrrgnbmfwulpw")
suspend fun items(argument: suspend ResourceQuotaArgsBuilder.() -> Unit)

Parameters

argument

Items is a list of ResourceQuota objects. More info: https://kubernetes.io/docs/concepts/policy/resource-quotas/