namespaceLabels

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

Parameters

value

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


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

Parameters

values

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