ReplicaStatus represents the current observed state of the replica.
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] |