OBJECT

KubernetesKindDeploymentStatusConditions

DeploymentCondition describes the state of a deployment at a certain point.

link GraphQL Schema definition

  • type KubernetesKindDeploymentStatusConditions {
  • # Last time the condition transitioned from one status to another.
  • lastTransitionTime: DateTime
  • # The last time this condition was updated.
  • lastUpdateTime: DateTime
  • # A human readable message indicating details about the transition.
  • message: String
  • # The reason for the condition's last transition.
  • reason: String
  • # Status of the condition, one of True, False, Unknown.
  • status: String
  • # Type of deployment condition.
  • type: String
  • }