labels property

Map<String, String>? labels
final

The Kubernetes labels that the selector should match. A pod must contain all of the labels that are specified in the selector for it to be considered a match.

Implementation

final Map<String, String>? labels;