class K8S::Api::Core::V1::ComponentCondition
- K8S::Api::Core::V1::ComponentCondition
 - Reference
 - Object
 
Overview
Information about the condition of a component.
Included Modules
- JSON::Serializable
 - YAML::Serializable
 
Defined in:
versions/v1.21/api/core/v1/component_condition.crConstructors
- .new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
 - .new(pull : JSON::PullParser)
 - .new(*, status : String, type : String, error : String? = nil, message : String? = nil)
 
Instance Method Summary
- #error : String?
 - #error=(error : String?)
 - #message : String?
 - #message=(message : String?)
 - #status : String
 - #status=(status : String)
 - #type : String
 - #type=(type : String)