class K8S::Api::Core::V1::ComponentCondition

Overview

Information about the condition of a component.

Included Modules

Defined in:

versions/v1.20/api/core/v1/component_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, error : String? = nil, message : String? = nil) #

[View source]

Instance Method Detail

def error : String? #

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

[View source]
def message : String? #

[View source]
def message=(message : 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]