Kazan v0.4.0 Kazan.Models.Apis.Apps.V1beta1.DeploymentStatus View Source
DeploymentStatus is the most recently observed status of the Deployment.
OpenAPI Definition: io.k8s.kubernetes.pkg.apis.apps.v1beta1.DeploymentStatus
Properties
available_replicas
::Integer
- Total number of available pods (ready for at least minReadySeconds) targeted by this deployment.
conditions
:: [Kazan.Models.Apis.Apps.V1beta1.DeploymentCondition
]- Represents the latest available observations of a deployment’s current state.
observed_generation
::Integer
- The generation observed by the deployment controller.
ready_replicas
::Integer
- Total number of ready pods targeted by this deployment.
replicas
::Integer
- Total number of non-terminated pods targeted by this deployment (their labels match the selector).
unavailable_replicas
::Integer
- Total number of unavailable pods targeted by this deployment.
updated_replicas
::Integer
- Total number of non-terminated pods targeted by this deployment that have the desired template spec.