items

@JvmName(name = "vjwrhrpxkcojytqr")
suspend fun items(value: Output<List<NamespaceArgs>>)
@JvmName(name = "nomxakcbufcdrads")
suspend fun items(value: List<NamespaceArgs>?)

Parameters

value

Items is the list of Namespace objects in the list. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/


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


@JvmName(name = "kcphbmsjndvbkksr")
suspend fun items(values: List<Output<NamespaceArgs>>)
@JvmName(name = "nlnumkochwkkiwbo")
suspend fun items(vararg values: NamespaceArgs)

Parameters

values

Items is the list of Namespace objects in the list. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/


@JvmName(name = "jsjopgdnksldnuxv")
suspend fun items(argument: List<suspend NamespaceArgsBuilder.() -> Unit>)
@JvmName(name = "oftqirbvyxgdtcqh")
suspend fun items(vararg argument: suspend NamespaceArgsBuilder.() -> Unit)
@JvmName(name = "osoctpkfbcnpdxoy")
suspend fun items(argument: suspend NamespaceArgsBuilder.() -> Unit)

Parameters

argument

Items is the list of Namespace objects in the list. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/