StorageVersionCondition

io.k8s.api.apiserverinternal.v1alpha1.StorageVersionCondition
See theStorageVersionCondition companion object
final case class StorageVersionCondition(reason: String, status: String, `type`: String, observedGeneration: Option[Long], 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 Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

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
def mapMessage(f: String => String): StorageVersionCondition

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
def mapReason(f: String => String): StorageVersionCondition

transforms reason to result of function

transforms reason to result of function

Attributes

Source
StorageVersionCondition.scala
def mapStatus(f: String => String): StorageVersionCondition

transforms status to result of function

transforms status to result of function

Attributes

Source
StorageVersionCondition.scala
def mapType(f: String => String): StorageVersionCondition

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
def withMessage(value: String): StorageVersionCondition

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
def withReason(value: String): StorageVersionCondition

Returns a new data with reason set to new value

Returns a new data with reason set to new value

Attributes

Source
StorageVersionCondition.scala
def withStatus(value: String): StorageVersionCondition

Returns a new data with status set to new value

Returns a new data with status set to new value

Attributes

Source
StorageVersionCondition.scala
def withType(value: String): StorageVersionCondition

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

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product