class Pyrite::Api::Core::V1::PodCondition
- Pyrite::Api::Core::V1::PodCondition
- Pyrite::Kubernetes::Spec
- Reference
- Object
Overview
PodCondition contains details for the current condition of this pod.
Defined in:
versions/v1.14/api/core/v1/pod_condition.crConstructors
-
.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
PodCondition contains details for the current condition of this pod.
-
.new(pull : JSON::PullParser)
PodCondition contains details for the current condition of this pod.
- .new(*, last_probe_time : Time? = nil, last_transition_time : Time? = nil, message : String? = nil, reason : String? = nil, status : String, type : String)
Instance Method Summary
- #last_probe_time : Time?
- #last_probe_time=(last_probe_time : Time?)
- #last_transition_time : Time?
- #last_transition_time=(last_transition_time : Time?)
- #message : String?
- #message=(message : String?)
- #reason : String?
- #reason=(reason : 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)
#
PodCondition contains details for the current condition of this pod.
def self.new(pull : JSON::PullParser)
#
PodCondition contains details for the current condition of this pod.
def self.new(*, last_probe_time : Time? = nil, last_transition_time : Time? = nil, message : String? = nil, reason : String? = nil, status : String, type : String)
#