class K8S::Api::Core::V1::NamespaceCondition

Overview

NamespaceCondition contains details about state of namespace.

Included Modules

Defined in:

versions/v1.22/api/core/v1/namespace_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(*, status : String, type : String, last_transition_time : Time? = nil, message : String? = nil, reason : String? = 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 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]