namespaces

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

Parameters

value

namespaces is a list of target namespaces that restricts matches. A request that specifies a target namespace matches only if either (a) this list contains that target namespace or (b) this list contains "". Note that "" matches any specified namespace but does not match a request that does not specify a namespace (see the clusterScope field for that). This list may be empty, but only if clusterScope is true.


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


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

Parameters

values

namespaces is a list of target namespaces that restricts matches. A request that specifies a target namespace matches only if either (a) this list contains that target namespace or (b) this list contains "". Note that "" matches any specified namespace but does not match a request that does not specify a namespace (see the clusterScope field for that). This list may be empty, but only if clusterScope is true.