class K8S::Apimachinery::Apis::Meta::V1::Condition

Overview

Condition contains details for one aspect of the current state of this API Resource.

Included Modules

Defined in:

versions/v1.22/apimachinery/apis/meta/v1/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(*, last_transition_time : Time, message : String, reason : String, status : String, type : String, 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]