Condition

io.k8s.apimachinery.pkg.apis.meta.v1.Condition
See theCondition companion object
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.

Attributes

Companion:
object
Source:
Condition.scala
Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

transforms lastTransitionTime to result of function

transforms lastTransitionTime to result of function

Attributes

Source:
Condition.scala

transforms message to result of function

transforms message to result of function

Attributes

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

Attributes

Source:
Condition.scala

transforms reason to result of function

transforms reason to result of function

Attributes

Source:
Condition.scala

transforms status to result of function

transforms status to result of function

Attributes

Source:
Condition.scala

transforms type to result of function

transforms type to result of function

Attributes

Source:
Condition.scala

Returns a new data with lastTransitionTime set to new value

Returns a new data with lastTransitionTime set to new value

Attributes

Source:
Condition.scala

Returns a new data with message set to new value

Returns a new data with message set to new value

Attributes

Source:
Condition.scala

Returns a new data with observedGeneration set to new value

Returns a new data with observedGeneration set to new value

Attributes

Source:
Condition.scala

Returns a new data with reason set to new value

Returns a new data with reason set to new value

Attributes

Source:
Condition.scala

Returns a new data with status set to new value

Returns a new data with status set to new value

Attributes

Source:
Condition.scala

Returns a new data with type set to new value

Returns a new data with type set to new value

Attributes

Source:
Condition.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product