class K8S::Api::Autoscaling::V1::HorizontalPodAutoscalerSpec
- K8S::Api::Autoscaling::V1::HorizontalPodAutoscalerSpec
- Reference
- Object
Overview
specification of a horizontal pod autoscaler.
Included Modules
- JSON::Serializable
- YAML::Serializable
Defined in:
versions/v1.13/api/autoscaling/v1/horizontal_pod_autoscaler_spec.crConstructors
- .new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
- .new(pull : JSON::PullParser)
- .new(*, max_replicas : Int32, scale_target_ref : Api::Autoscaling::V1::CrossVersionObjectReference, min_replicas : Int32? = nil, target_cpu_utilization_percentage : Int32? = nil)
Instance Method Summary
- #max_replicas : Int32
- #max_replicas=(max_replicas : Int32)
- #min_replicas : Int32?
- #min_replicas=(min_replicas : Int32?)
- #scale_target_ref : Api::Autoscaling::V1::CrossVersionObjectReference
- #scale_target_ref=(scale_target_ref : Api::Autoscaling::V1::CrossVersionObjectReference)
- #target_cpu_utilization_percentage : Int32?
- #target_cpu_utilization_percentage=(target_cpu_utilization_percentage : Int32?)
Constructor Detail
def self.new(*, max_replicas : Int32, scale_target_ref : Api::Autoscaling::V1::CrossVersionObjectReference, min_replicas : Int32? = nil, target_cpu_utilization_percentage : Int32? = nil)
#
Instance Method Detail
def scale_target_ref=(scale_target_ref : Api::Autoscaling::V1::CrossVersionObjectReference)
#