namespaces

@JvmName(name = "dasqdaxqxsjbiryv")
suspend fun namespaces(value: Output<List<String>>)
@JvmName(name = "fipcbpfxuiuobsaq")
suspend fun namespaces(value: List<String>?)

Parameters

value

namespaces specifies a static list of namespace names that the term applies to. The term is applied to the union of the namespaces listed in this field and the ones selected by namespaceSelector. null or empty namespaces list and null namespaceSelector means "this pod's namespace".


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


@JvmName(name = "skigkhpvyotkerur")
suspend fun namespaces(values: List<Output<String>>)
@JvmName(name = "bbqfkrtcerkqvcyy")
suspend fun namespaces(vararg values: String)

Parameters

values

namespaces specifies a static list of namespace names that the term applies to. The term is applied to the union of the namespaces listed in this field and the ones selected by namespaceSelector. null or empty namespaces list and null namespaceSelector means "this pod's namespace".