Kazan v0.1.0 Kazan.Models.V1beta1.DeploymentStatus

DeploymentStatus is the most recently observed status of the Deployment.

Properties

  • available_replicas - Total number of available pods (ready for at least minReadySeconds) targeted by this deployment.
  • conditions - Represents the latest available observations of a deployment’s current state.
  • observed_generation - The generation observed by the deployment controller.
  • replicas - Total number of non-terminated pods targeted by this deployment (their labels match the selector).
  • unavailable_replicas - Total number of unavailable pods targeted by this deployment.
  • updated_replicas - Total number of non-terminated pods targeted by this deployment that have the desired template spec.