Options
All
  • Public
  • Public/Protected
  • All
Menu

HorizontalPodAutoscalerStatus describes the current status of a horizontal pod autoscaler.

export
interface

IoK8sApiAutoscalingV2HorizontalPodAutoscalerStatus

Hierarchy

  • IoK8sApiAutoscalingV2HorizontalPodAutoscalerStatus

Index

Properties

conditions is the set of conditions required for this autoscaler to scale its target, and indicates whether or not those conditions are met.

memberof

IoK8sApiAutoscalingV2HorizontalPodAutoscalerStatus

currentMetrics is the last read state of the metrics used by this autoscaler.

memberof

IoK8sApiAutoscalingV2HorizontalPodAutoscalerStatus

currentReplicas?: number

currentReplicas is current number of replicas of pods managed by this autoscaler, as last seen by the autoscaler.

memberof

IoK8sApiAutoscalingV2HorizontalPodAutoscalerStatus

desiredReplicas: number

desiredReplicas is the desired number of replicas of pods managed by this autoscaler, as last calculated by the autoscaler.

memberof

IoK8sApiAutoscalingV2HorizontalPodAutoscalerStatus

lastScaleTime?: string

Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.

memberof

IoK8sApiAutoscalingV2HorizontalPodAutoscalerStatus

observedGeneration?: number

observedGeneration is the most recent generation observed by this autoscaler.

memberof

IoK8sApiAutoscalingV2HorizontalPodAutoscalerStatus

Generated using TypeDoc