Show / Hide Table of Contents

Class HPAScalingPolicy

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

Inheritance
System.Object
HPAScalingPolicy
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 HPAScalingPolicy

Fields

View Source

PeriodSeconds

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

Declaration
public readonly int PeriodSeconds
Field Value
Type Description
System.Int32
View Source

Type

Type is used to specify the scaling policy.

Declaration
public readonly string Type
Field Value
Type Description
System.String
View Source

Value

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

Declaration
public readonly int Value
Field Value
Type Description
System.Int32
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.