labels property

Map<String, String>? labels
final

Map of string keys and values that can be used to organize and categorize (scope and select) objects. May match selectors of replication controllers and services. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels.

Implementation

final Map<String, String>? labels;