Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface HorizontalPodAutoscalerBehaviorV2Beta2

HorizontalPodAutoscalerBehavior configures the scaling behavior of the target in both Up and Down directions (scaleUp and scaleDown fields respectively).

schema

io.k8s.api.autoscaling.v2beta2.HorizontalPodAutoscalerBehavior

Hierarchy

  • HorizontalPodAutoscalerBehaviorV2Beta2

Index

Properties

Properties

Optional Readonly scaleDown

scaleDown is scaling policy for scaling Down. If not set, the default value is to allow to scale down to minReplicas pods, with a 300 second stabilization window (i.e., the highest recommendation for the last 300sec is used).

schema

io.k8s.api.autoscaling.v2beta2.HorizontalPodAutoscalerBehavior#scaleDown

Optional Readonly scaleUp

scaleUp is scaling policy for scaling Up. If not set, the default value is the higher of:

  • increase no more than 4 pods per 60 seconds
  • double the number of pods per 60 seconds No stabilization is used.
schema

io.k8s.api.autoscaling.v2beta2.HorizontalPodAutoscalerBehavior#scaleUp

Generated using TypeDoc