StorageVersionStatus

com.coralogix.zio.k8s.model.apiserverinternal.v1alpha1.StorageVersionStatus
See theStorageVersionStatus companion object
case class StorageVersionStatus(commonEncodingVersion: Optional[String], conditions: Optional[Vector[StorageVersionCondition]], storageVersions: Optional[Vector[ServerStorageVersion]])

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

Attributes

commonEncodingVersion

If all API server instances agree on the same encoding storage version, then this field is set to that version. Otherwise this field is left empty. API servers should finish updating its storageVersionStatus entry before serving write operations, so that this field will be in sync with the reality.

conditions

The latest available observations of the storageVersion's state.

storageVersions

The reported versions per API server instance.

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

If all API server instances agree on the same encoding storage version, then this field is set to that version. Otherwise this field is left empty. API servers should finish updating its storageVersionStatus entry before serving write operations, so that this field will be in sync with the reality.

If all API server instances agree on the same encoding storage version, then this field is set to that version. Otherwise this field is left empty. API servers should finish updating its storageVersionStatus entry before serving write operations, so that this field will be in sync with the reality.

If the field is not present, fails with com.coralogix.zio.k8s.client.UndefinedField.

Attributes

The latest available observations of the storageVersion's state.

The latest available observations of the storageVersion's state.

If the field is not present, fails with com.coralogix.zio.k8s.client.UndefinedField.

Attributes

The reported versions per API server instance.

The reported versions per API server instance.

If the field is not present, fails with com.coralogix.zio.k8s.client.UndefinedField.

Attributes

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product