namespaceSelector

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

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 = "xgbjhuofvdkrbxhf")
suspend fun namespaceSelector(argument: suspend LabelSelectorPatchArgsBuilder.() -> 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.