1.1 KiB
1.1 KiB
DeploymentStatus v1beta1
Group | Version | Kind |
---|---|---|
Core | v1beta1 | DeploymentStatus |
DeploymentStatus is the most recently observed status of the Deployment.
Field | Description |
---|---|
availableReplicas integer |
Total number of available pods (ready for at least minReadySeconds) targeted by this deployment. |
conditions DeploymentCondition array |
Represents the latest available observations of a deployment's current state. |
observedGeneration integer |
The generation observed by the deployment controller. |
replicas integer |
Total number of non-terminated pods targeted by this deployment (their labels match the selector). |
unavailableReplicas integer |
Total number of unavailable pods targeted by this deployment. |
updatedReplicas integer |
Total number of non-terminated pods targeted by this deployment that have the desired template spec. |