labels property

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

Selects resources using Kubernetes labels.

If specified, a resource will be selected if and only if the resource has all of the provided labels and all the label values match.

Optional.

Implementation

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