namespaceSelector

@JvmName(name = "xkelvxufyoppjqts")
suspend fun namespaceSelector(value: Output<LabelSelectorPatchArgs>)
@JvmName(name = "fvimyxddwnoqobhu")
suspend fun namespaceSelector(value: LabelSelectorPatchArgs?)

Parameters

value

A label query over the set of namespaces that the term applies to. The term is applied to the union of the namespaces selected by this field and the ones listed in the namespaces field. null selector and null or empty namespaces list means "this pod's namespace". An empty selector ({}) matches all namespaces.


@JvmName(name = "mvhhxuyvqduqvlkq")
suspend fun namespaceSelector(argument: suspend LabelSelectorPatchArgsBuilder.() -> Unit)

Parameters

argument

A label query over the set of namespaces that the term applies to. The term is applied to the union of the namespaces selected by this field and the ones listed in the namespaces field. null selector and null or empty namespaces list means "this pod's namespace". An empty selector ({}) matches all namespaces.