class Pyrite::Api::Autoscaling::V2beta1::HorizontalPodAutoscalerCondition
- Pyrite::Api::Autoscaling::V2beta1::HorizontalPodAutoscalerCondition
- Pyrite::Kubernetes::Spec
- Reference
- Object
Overview
HorizontalPodAutoscalerCondition describes the state of a HorizontalPodAutoscaler at a certain point.
Defined in:
versions/v1.14/api/autoscaling/v2beta1/horizontal_pod_autoscaler_condition.crConstructors
-
.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
HorizontalPodAutoscalerCondition describes the state of a HorizontalPodAutoscaler at a certain point.
-
.new(pull : JSON::PullParser)
HorizontalPodAutoscalerCondition describes the state of a HorizontalPodAutoscaler at a certain point.
- .new(*, last_transition_time : Time? = nil, message : String? = nil, reason : String? = nil, status : String, type : String)
Instance Method Summary
- #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)
#
HorizontalPodAutoscalerCondition describes the state of a HorizontalPodAutoscaler at a certain point.
def self.new(pull : JSON::PullParser)
#
HorizontalPodAutoscalerCondition describes the state of a HorizontalPodAutoscaler at a certain point.
def self.new(*, last_transition_time : Time? = nil, message : String? = nil, reason : String? = nil, status : String, type : String)
#