Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 914 Bytes

File metadata and controls

15 lines (11 loc) · 914 Bytes

V1ReplicaStatus

ReplicaStatus represents the current observed state of the replica.

Properties

Name Type Description Notes
active int The number of actively running pods. [optional]
failed int The number of pods which reached phase Failed. [optional]
label_selector V1LabelSelector [optional]
selector str A Selector is a label query over a set of resources. The result of matchLabels and matchExpressions are ANDed. An empty Selector matches all objects. A null Selector matches no objects. [optional]
succeeded int The number of pods which reached phase Succeeded. [optional]

[Back to Model list] [Back to API list] [Back to README]