class Pyrite::Api::Core::V1::ComponentCondition
Overview
Information about the condition of a component.
Defined in:
versions/v1.14/api/core/v1/component_condition.crConstructors
-
.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
Information about the condition of a component.
-
.new(pull : JSON::PullParser)
Information about the condition of a component.
- .new(*, error : String? = nil, message : String? = nil, status : String, type : String)
Instance Method Summary
- #error : String?
- #error=(error : String?)
- #message : String?
- #message=(message : String?)
- #status : String
- #status=(status : String)
- #type : String
- #type=(type : String)
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.