selector property

LabelSelector selector
final

Label selector for pods. Existing ReplicaSets whose pods are selected by this will be the ones affected by this deployment. It must match the pod template's labels.

Implementation

final LabelSelector selector;