ServerStorageVersion

io.k8s.api.apiserverinternal.v1alpha1.ServerStorageVersion
See theServerStorageVersion companion object
final case class ServerStorageVersion(apiServerID: Option[String], decodableVersions: Option[Seq[String]], encodingVersion: Option[String])

An API server instance reports the version it can decode and the version it encodes objects to when persisting objects in the backend.

Attributes

Companion:
object
Source:
ServerStorageVersion.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 decodableVersions

Appends new values to decodableVersions

Attributes

Source:
ServerStorageVersion.scala

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

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

Attributes

Source:
ServerStorageVersion.scala

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

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

Attributes

Source:
ServerStorageVersion.scala

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

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

Attributes

Source:
ServerStorageVersion.scala

Returns a new data with apiServerID set to new value

Returns a new data with apiServerID set to new value

Attributes

Source:
ServerStorageVersion.scala

Returns a new data with decodableVersions set to new value

Returns a new data with decodableVersions set to new value

Attributes

Source:
ServerStorageVersion.scala

Returns a new data with encodingVersion set to new value

Returns a new data with encodingVersion set to new value

Attributes

Source:
ServerStorageVersion.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product