class Pyrite::Api::Autoscaling::V2beta1::HorizontalPodAutoscalerSpec
- Pyrite::Api::Autoscaling::V2beta1::HorizontalPodAutoscalerSpec
- Pyrite::Kubernetes::Spec
- Reference
- Object
Overview
HorizontalPodAutoscalerSpec describes the desired functionality of the HorizontalPodAutoscaler.
Defined in:
versions/v1.14/api/autoscaling/v2beta1/horizontal_pod_autoscaler_spec.crConstructors
-
.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
HorizontalPodAutoscalerSpec describes the desired functionality of the HorizontalPodAutoscaler.
-
.new(pull : JSON::PullParser)
HorizontalPodAutoscalerSpec describes the desired functionality of the HorizontalPodAutoscaler.
- .new(*, max_replicas : Int32, metrics : Array? = nil, min_replicas : Int32? = nil, scale_target_ref : Api::Autoscaling::V2beta1::CrossVersionObjectReference)
Instance Method Summary
- #max_replicas : Int32
- #max_replicas=(max_replicas : Int32)
- #metrics : Array(Api::Autoscaling::V2beta1::MetricSpec)?
- #metrics=(metrics : Array(Api::Autoscaling::V2beta1::MetricSpec)?)
- #min_replicas : Int32?
- #min_replicas=(min_replicas : Int32?)
- #scale_target_ref : Api::Autoscaling::V2beta1::CrossVersionObjectReference
- #scale_target_ref=(scale_target_ref : Api::Autoscaling::V2beta1::CrossVersionObjectReference)
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)
#
HorizontalPodAutoscalerSpec describes the desired functionality of the HorizontalPodAutoscaler.
def self.new(pull : JSON::PullParser)
#
HorizontalPodAutoscalerSpec describes the desired functionality of the HorizontalPodAutoscaler.
def self.new(*, max_replicas : Int32, metrics : Array? = nil, min_replicas : Int32? = nil, scale_target_ref : Api::Autoscaling::V2beta1::CrossVersionObjectReference)
#