namespaceLabels

@JvmName(name = "ornkkdtlxqepcepn")
suspend fun namespaceLabels(value: Output<Map<String, String>>)
@JvmName(name = "rkuuneekyrkbjuuj")
suspend fun namespaceLabels(value: Map<String, String>?)

Parameters

value

Scope-level cluster namespace labels. For the member clusters bound to the Scope, these labels are applied to each namespace under the Scope. Scope-level labels take precedence over Namespace-level labels (namespace_labels in the Fleet Namespace resource) if they share a key. Keys and values must be Kubernetes-conformant.


@JvmName(name = "vgorguauqwefnoyd")
fun namespaceLabels(vararg values: Pair<String, String>)

Parameters

values

Scope-level cluster namespace labels. For the member clusters bound to the Scope, these labels are applied to each namespace under the Scope. Scope-level labels take precedence over Namespace-level labels (namespace_labels in the Fleet Namespace resource) if they share a key. Keys and values must be Kubernetes-conformant.