Skip to main content
Schemaobject

io.k8s.api.autoscaling.v2.HPAScalingPolicy

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

Source
specs/apis__autoscaling__v2_openapi.json
Revision
9a79c3bd90f7
Active snapshot
2a9112600697
periodSeconds integer (int32)
required

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).

type string
required

type is used to specify the scaling policy.

value integer (int32)
required

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