Kubernetes::StorageVersionStatus
Inherits YAML::Serializable < JSON::Serializable < Kubernetes::Serializable < Struct < Value < Object
API server instances report the versions they can decode and the version they encode objects to when persisting objects in the backend.
Constructors
Instance methods
commonEncodingVersion is set to an encoding storage version if all API server instances share that same version. If they don't share one storage version, 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.
commonEncodingVersion is set to an encoding storage version if all API server instances share that same version. If they don't share one storage version, 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 lists the latest available observations of the storageVersion's state.
Macros
Helper macro for defining fields with automatic camelCase conversion