Condition

final case class Condition(reason: String, status: String, observedGeneration: Option[Int], lastTransitionTime: Time, message: String, `type`: String)

Condition contains details for one aspect of the current state of this API Resource.

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

Value members

Inherited methods

Inherited from:
Product