Condition

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

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

Concrete methods

transforms lastTransitionTime to result of function

transforms lastTransitionTime to result of function

Source:
Condition.scala

transforms message to result of function

transforms message to result of function

Source:
Condition.scala

if observedGeneration has a value, transforms to the result of function

if observedGeneration has a value, transforms to the result of function

Source:
Condition.scala

transforms reason to result of function

transforms reason to result of function

Source:
Condition.scala

transforms status to result of function

transforms status to result of function

Source:
Condition.scala

transforms type to result of function

transforms type to result of function

Source:
Condition.scala

Returns a new data with lastTransitionTime set to new value

Returns a new data with lastTransitionTime set to new value

Source:
Condition.scala

Returns a new data with message set to new value

Returns a new data with message set to new value

Source:
Condition.scala

Returns a new data with observedGeneration set to new value

Returns a new data with observedGeneration set to new value

Source:
Condition.scala

Returns a new data with reason set to new value

Returns a new data with reason set to new value

Source:
Condition.scala

Returns a new data with status set to new value

Returns a new data with status set to new value

Source:
Condition.scala

Returns a new data with type set to new value

Returns a new data with type set to new value

Source:
Condition.scala

Inherited methods

Inherited from:
Product