HPAScalingPolicyPatch

data class HPAScalingPolicyPatch(val periodSeconds: Int? = null, val type: String? = null, val value: Int? = null)

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

Constructors

Link copied to clipboard
constructor(periodSeconds: Int? = null, type: String? = null, value: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val periodSeconds: Int? = null

PeriodSeconds specifies the window of time for which the policy should hold true. PeriodSeconds must be greater than zero and less than or equal to 1800 (30 min).

Link copied to clipboard
val type: String? = null

Type is used to specify the scaling policy.

Link copied to clipboard
val value: Int? = null

Value contains the amount of change which is permitted by the policy. It must be greater than zero