StorageVersionStatus

io.k8s.api.apiserverinternal.v1alpha1.StorageVersionStatus
See theStorageVersionStatus companion object
final case class StorageVersionStatus(commonEncodingVersion: Option[String], conditions: Option[Seq[StorageVersionCondition]], storageVersions: Option[Seq[ServerStorageVersion]])

API server instances report the versions they can decode and the version they encode objects to when persisting objects in the backend.

Attributes

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

Members list

Concise view

Value members

Concrete methods

Appends new values to conditions

Appends new values to conditions

Attributes

Source:
StorageVersionStatus.scala

Appends new values to storageVersions

Appends new values to storageVersions

Attributes

Source:
StorageVersionStatus.scala

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

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

Attributes

Source:
StorageVersionStatus.scala

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

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

Attributes

Source:
StorageVersionStatus.scala

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

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

Attributes

Source:
StorageVersionStatus.scala

Returns a new data with commonEncodingVersion set to new value

Returns a new data with commonEncodingVersion set to new value

Attributes

Source:
StorageVersionStatus.scala

Returns a new data with conditions set to new value

Returns a new data with conditions set to new value

Attributes

Source:
StorageVersionStatus.scala

Returns a new data with storageVersions set to new value

Returns a new data with storageVersions set to new value

Attributes

Source:
StorageVersionStatus.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product