StorageVersionCondition

io.k8s.api.apiserverinternal.v1alpha1.StorageVersionCondition
See theStorageVersionCondition companion object
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.

Attributes

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

Members list

Concise view

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

Attributes

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

Attributes

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

Attributes

Source:
StorageVersionCondition.scala

transforms reason to result of function

transforms reason to result of function

Attributes

Source:
StorageVersionCondition.scala

transforms status to result of function

transforms status to result of function

Attributes

Source:
StorageVersionCondition.scala

transforms type to result of function

transforms type to result of function

Attributes

Source:
StorageVersionCondition.scala

Returns a new data with lastTransitionTime set to new value

Returns a new data with lastTransitionTime set to new value

Attributes

Source:
StorageVersionCondition.scala

Returns a new data with message set to new value

Returns a new data with message set to new value

Attributes

Source:
StorageVersionCondition.scala

Returns a new data with observedGeneration set to new value

Returns a new data with observedGeneration set to new value

Attributes

Source:
StorageVersionCondition.scala

Returns a new data with reason set to new value

Returns a new data with reason set to new value

Attributes

Source:
StorageVersionCondition.scala

Returns a new data with status set to new value

Returns a new data with status set to new value

Attributes

Source:
StorageVersionCondition.scala

Returns a new data with type set to new value

Returns a new data with type set to new value

Attributes

Source:
StorageVersionCondition.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product