Class HorizontalPodAutoscalerStatusArgs
current status of a horizontal pod autoscaler
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.Inputs.Autoscaling.V1
Assembly: Pulumi.Kubernetes.dll
Syntax
public class HorizontalPodAutoscalerStatusArgs : ResourceArgs
Properties
View SourceCurrentCPUUtilizationPercentage
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 Input<int> CurrentCPUUtilizationPercentage { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
CurrentReplicas
current number of replicas of pods managed by this autoscaler.
Declaration
public Input<int> CurrentReplicas { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
DesiredReplicas
desired number of replicas of pods managed by this autoscaler.
Declaration
public Input<int> DesiredReplicas { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
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 Input<string> LastScaleTime { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ObservedGeneration
most recent generation observed by this autoscaler.
Declaration
public Input<int> ObservedGeneration { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |