Show / Hide Table of Contents

Class HorizontalPodAutoscalerStatus

current status of a horizontal pod autoscaler

Inheritance
System.Object
HorizontalPodAutoscalerStatus
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.V1
Assembly: Pulumi.Kubernetes.dll
Syntax
public sealed class HorizontalPodAutoscalerStatus

Fields

View Source

CurrentCPUUtilizationPercentage

current average CPU utilization over all pods, represented as a percentage of requested CPU, e.g. 70 means that an average pod is using now 70% of its requested CPU.

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

CurrentReplicas

current number of replicas of pods managed by this autoscaler.

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

DesiredReplicas

desired number of replicas of pods managed by this autoscaler.

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

LastScaleTime

last time the HorizontalPodAutoscaler scaled the number of pods; used by the autoscaler to control how often the number of pods is changed.

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

ObservedGeneration

most recent generation observed by this autoscaler.

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