StorageVersionCondition

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

Describes the state of the storageVersion at a certain point.

Companion:
object
Source:
StorageVersionCondition.scala
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

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

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

Source:
StorageVersionCondition.scala

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

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

Source:
StorageVersionCondition.scala

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

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

Source:
StorageVersionCondition.scala

transforms reason to result of function

transforms reason to result of function

Source:
StorageVersionCondition.scala

transforms status to result of function

transforms status to result of function

Source:
StorageVersionCondition.scala

transforms type to result of function

transforms type to result of function

Source:
StorageVersionCondition.scala

Returns a new data with lastTransitionTime set to new value

Returns a new data with lastTransitionTime set to new value

Source:
StorageVersionCondition.scala

Returns a new data with message set to new value

Returns a new data with message set to new value

Source:
StorageVersionCondition.scala

Returns a new data with observedGeneration set to new value

Returns a new data with observedGeneration set to new value

Source:
StorageVersionCondition.scala

Returns a new data with reason set to new value

Returns a new data with reason set to new value

Source:
StorageVersionCondition.scala

Returns a new data with status set to new value

Returns a new data with status set to new value

Source:
StorageVersionCondition.scala

Returns a new data with type set to new value

Returns a new data with type set to new value

Source:
StorageVersionCondition.scala

Inherited methods

Inherited from:
Product