Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface HpaScalingPolicyV2Beta2

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

schema

io.k8s.api.autoscaling.v2beta2.HPAScalingPolicy

Hierarchy

  • HpaScalingPolicyV2Beta2

Index

Properties

Properties

Readonly periodSeconds

periodSeconds: number

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

schema

io.k8s.api.autoscaling.v2beta2.HPAScalingPolicy#periodSeconds

Readonly type

type: string

Type is used to specify the scaling policy.

schema

io.k8s.api.autoscaling.v2beta2.HPAScalingPolicy#type

Readonly value

value: number

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

schema

io.k8s.api.autoscaling.v2beta2.HPAScalingPolicy#value

Generated using TypeDoc