Kazan v0.3.0 Kazan.Models.V1beta1.DeploymentStatus

DeploymentStatus is the most recently observed status of the Deployment.

Properties

  • available_replicas :: Integer

    • Total number of available pods (ready for at least minReadySeconds) targeted by this deployment.
  • conditions :: [ Kazan.Models.V1beta1.DeploymentCondition ]

    • Represents the latest available observations of a deployment’s current state.
  • observed_generation :: 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).
  • 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.