HorizontalPodAutoscaler Properties
Class Properties 1 member
Represents the Kubernetes HorizontalPodAutoscaler resource for managing the dynamic scaling of pods based on custom or predefined metrics.
Gets or sets the specification that defines the desired behavior of the Horizontal Pod Autoscaler.
public HorizontalPodAutoscalerSpecV1 Spec { get; set; }Remarks
This property holds the configuration details for the autoscaling behavior, including metrics such as CPU usage, target resource references, and the range of permissible replica counts.