namespaceLabels property

Map<String, String>? namespaceLabels
getter/setter pair

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.

Optional.

Implementation

core.Map<core.String, core.String>? namespaceLabels;