class K8S::Api::Autoscaling::V2beta2::HPAScalingPolicy
- K8S::Api::Autoscaling::V2beta2::HPAScalingPolicy
- Reference
- Object
Overview
HPAScalingPolicy is a single policy which must hold true for a specified past interval.
Included Modules
- JSON::Serializable
- JSON::Serializable::Unmapped
- YAML::Serializable
- YAML::Serializable::Unmapped
Defined in:
versions/v1.18/api/autoscaling/v2beta2/hpa_scaling_policy.crConstructors
- .new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
- .new(pull : JSON::PullParser)
- .new(*, period_seconds : Int32, type : String, value : Int32)
Instance Method Summary
- #period_seconds : Int32
- #period_seconds=(period_seconds : Int32)
- #type : String
- #type=(type : String)
- #value : Int32
- #value=(value : Int32)