class K8S::Api::Apiserverinternal::V1alpha1::StorageVersionCondition

Overview

Describes the state of the storageVersion at a certain point.

Included Modules

Defined in:

versions/v1.21/api/apiserverinternal/v1alpha1/storage_version_condition.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(*, reason : String, status : String, type : String, last_transition_time : Time? = nil, message : String? = nil, observed_generation : Int32? = nil) #

[View source]

Instance Method Detail

def last_transition_time : Time? #

[View source]
def last_transition_time=(last_transition_time : Time?) #

[View source]
def message : String? #

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

[View source]
def observed_generation : Int32? #

[View source]
def observed_generation=(observed_generation : Int32?) #

[View source]
def reason : String #

[View source]
def reason=(reason : String) #

[View source]
def status : String #

[View source]
def status=(status : String) #

[View source]
def type : String #

[View source]
def type=(type : String) #

[View source]