class Pyrite::Api::Core::V1::ComponentCondition

Overview

Information about the condition of a component.

Defined in:

versions/v1.14/api/core/v1/component_condition.cr

Constructors

Instance Method Summary

Constructor methods inherited from class Pyrite::Kubernetes::Spec

new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
new(pull : JSON::PullParser)
new

Constructor Detail

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

Information about the condition of a component.


def self.new(pull : JSON::PullParser) #

Information about the condition of a component.


def self.new(*, error : String? = nil, message : String? = nil, status : String, type : String) #

Instance Method Detail

def error : String? #

def error=(error : String?) #

def message : String? #

def message=(message : String?) #

def status : String #

def status=(status : String) #

def type : String #

def type=(type : String) #