Show / Hide Table of Contents

Class HorizontalPodAutoscalerBehavior

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

Inheritance
System.Object
HorizontalPodAutoscalerBehavior
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Kubernetes.Types.Outputs.Autoscaling.V2Beta2
Assembly: Pulumi.Kubernetes.dll
Syntax
public sealed class HorizontalPodAutoscalerBehavior

Fields

View Source

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

Declaration
public readonly HPAScalingRules ScaleDown
Field Value
Type Description
HPAScalingRules
View Source

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.
Declaration
public readonly HPAScalingRules ScaleUp
Field Value
Type Description
HPAScalingRules
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.