Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 689 Bytes

V1ReplicaStatus.md

File metadata and controls

14 lines (10 loc) · 689 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]
succeeded int The number of pods which reached phase Succeeded. [optional]

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