Class HorizontalPodAutoscalerStatus
HorizontalPodAutoscalerStatus describes the current status of a horizontal pod autoscaler.
Inheritance
Inherited Members
Namespace: Pulumi.Kubernetes.Types.Outputs.Autoscaling.V2Beta2
Assembly: Pulumi.Kubernetes.dll
Syntax
public sealed class HorizontalPodAutoscalerStatus
Fields
View SourceConditions
conditions is the set of conditions required for this autoscaler to scale its target, and indicates whether or not those conditions are met.
Declaration
public readonly ImmutableArray<HorizontalPodAutoscalerCondition> Conditions
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<HorizontalPodAutoscalerCondition> |
CurrentMetrics
currentMetrics is the last read state of the metrics used by this autoscaler.
Declaration
public readonly ImmutableArray<MetricStatus> CurrentMetrics
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<MetricStatus> |
CurrentReplicas
currentReplicas is current number of replicas of pods managed by this autoscaler, as last seen by the autoscaler.
Declaration
public readonly int CurrentReplicas
Field Value
| Type | Description |
|---|---|
| System.Int32 |
DesiredReplicas
desiredReplicas is the desired number of replicas of pods managed by this autoscaler, as last calculated by the autoscaler.
Declaration
public readonly int DesiredReplicas
Field Value
| Type | Description |
|---|---|
| System.Int32 |
LastScaleTime
lastScaleTime is the 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 |
ObservedGeneration
observedGeneration is the most recent generation observed by this autoscaler.
Declaration
public readonly int ObservedGeneration
Field Value
| Type | Description |
|---|---|
| System.Int32 |