DeploymentCondition

final case class DeploymentCondition(lastUpdateTime: Option[Time], reason: Option[String], status: String, lastTransitionTime: Option[Time], message: Option[String], `type`: String)

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

Source:
DeploymentCondition.scala
trait Product
trait Equals
class Object
trait Matchable
class Any