class K8S::Api::Autoscaling::V2beta2::HPAScalingPolicy

Overview

HPAScalingPolicy is a single policy which must hold true for a specified past interval.

Included Modules

Defined in:

versions/v1.18/api/autoscaling/v2beta2/hpa_scaling_policy.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]
def self.new(*, period_seconds : Int32, type : String, value : Int32) #

[View source]

Instance Method Detail

def period_seconds : Int32 #

[View source]
def period_seconds=(period_seconds : Int32) #

[View source]
def type : String #

[View source]
def type=(type : String) #

[View source]
def value : Int32 #

[View source]
def value=(value : Int32) #

[View source]