namespaceSelector

@JvmName(name = "ibedtvmfbjscgitn")
suspend fun namespaceSelector(value: Output<LabelSelectorArgs>)
@JvmName(name = "smvuinwrhokiuxmc")
suspend fun namespaceSelector(value: LabelSelectorArgs?)

Parameters

value

Selects Namespaces using cluster-scoped labels. This field follows standard label selector semantics; if present but empty, it selects all namespaces. If PodSelector is also set, then the NetworkPolicyPeer as a whole selects the Pods matching PodSelector in the Namespaces selected by NamespaceSelector. Otherwise it selects all Pods in the Namespaces selected by NamespaceSelector.


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

Parameters

argument

Selects Namespaces using cluster-scoped labels. This field follows standard label selector semantics; if present but empty, it selects all namespaces. If PodSelector is also set, then the NetworkPolicyPeer as a whole selects the Pods matching PodSelector in the Namespaces selected by NamespaceSelector. Otherwise it selects all Pods in the Namespaces selected by NamespaceSelector.