labels property

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

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 routes.

Implementation

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