allowedKubernetesNamespaces

@JvmName(name = "jsbfympeynfllaoi")
suspend fun allowedKubernetesNamespaces(value: Output<List<String>>)
@JvmName(name = "abgruhxslfiaqawt")
suspend fun allowedKubernetesNamespaces(value: List<String>?)

Parameters

value

The list of Kubernetes namespaces this role can generate credentials for. If set to * all namespaces are allowed. If set with allowed_kubernetes_namespace_selector, the conditions are ORed.


@JvmName(name = "rjwfxmtydtenfekv")
suspend fun allowedKubernetesNamespaces(vararg values: Output<String>)


@JvmName(name = "akulfyuyeclfshwf")
suspend fun allowedKubernetesNamespaces(values: List<Output<String>>)
@JvmName(name = "gbcbfbqxufsglebt")
suspend fun allowedKubernetesNamespaces(vararg values: String)

Parameters

values

The list of Kubernetes namespaces this role can generate credentials for. If set to * all namespaces are allowed. If set with allowed_kubernetes_namespace_selector, the conditions are ORed.