class K8S::Api::Apiserverinternal::V1alpha1::StorageVersionStatus

Overview

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

Included Modules

Defined in:

versions/v1.20/api/apiserverinternal/v1alpha1/storage_version_status.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]
def self.new(*, common_encoding_version : String? = nil, conditions : Array(Api::Apiserverinternal::V1alpha1::StorageVersionCondition)? = nil, storage_versions : Array(Api::Apiserverinternal::V1alpha1::ServerStorageVersion)? = nil) #

[View source]

Instance Method Detail

def common_encoding_version : String? #

[View source]
def common_encoding_version=(common_encoding_version : String?) #

[View source]

[View source]
def conditions=(conditions : Array(Api::Apiserverinternal::V1alpha1::StorageVersionCondition)?) #

[View source]

[View source]
def storage_versions=(storage_versions : Array(Api::Apiserverinternal::V1alpha1::ServerStorageVersion)?) #

[View source]