class Pyrite::Api::Autoscaling::V2beta1::HorizontalPodAutoscalerStatus
- Pyrite::Api::Autoscaling::V2beta1::HorizontalPodAutoscalerStatus
- Pyrite::Kubernetes::Spec
- Reference
- Object
Overview
HorizontalPodAutoscalerStatus describes the current status of a horizontal pod autoscaler.
Defined in:
versions/v1.14/api/autoscaling/v2beta1/horizontal_pod_autoscaler_status.crConstructors
-
.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
HorizontalPodAutoscalerStatus describes the current status of a horizontal pod autoscaler.
-
.new(pull : JSON::PullParser)
HorizontalPodAutoscalerStatus describes the current status of a horizontal pod autoscaler.
- .new(*, conditions : Array, current_metrics : Array? = nil, current_replicas : Int32, desired_replicas : Int32, last_scale_time : Time? = nil, observed_generation : Int32? = nil)
Instance Method Summary
- #conditions : Array(Api::Autoscaling::V2beta1::HorizontalPodAutoscalerCondition)
- #conditions=(conditions : Array(Api::Autoscaling::V2beta1::HorizontalPodAutoscalerCondition))
- #current_metrics : Array(Api::Autoscaling::V2beta1::MetricStatus)?
- #current_metrics=(current_metrics : Array(Api::Autoscaling::V2beta1::MetricStatus)?)
- #current_replicas : Int32
- #current_replicas=(current_replicas : Int32)
- #desired_replicas : Int32
- #desired_replicas=(desired_replicas : Int32)
- #last_scale_time : Time?
- #last_scale_time=(last_scale_time : Time?)
- #observed_generation : Int32?
- #observed_generation=(observed_generation : Int32?)
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)
#
HorizontalPodAutoscalerStatus describes the current status of a horizontal pod autoscaler.
def self.new(pull : JSON::PullParser)
#
HorizontalPodAutoscalerStatus describes the current status of a horizontal pod autoscaler.
def self.new(*, conditions : Array, current_metrics : Array? = nil, current_replicas : Int32, desired_replicas : Int32, last_scale_time : Time? = nil, observed_generation : Int32? = nil)
#