HpaScalingPolicyV2 Properties
Class Properties 3 members
Represents the scaling policy configuration for Kubernetes Horizontal Pod Autoscaler (HPA) in version 2 API.
Gets or sets the duration, in seconds, for which the scaling policy is applicable. This value defines the time window during which a HPA scaling action is restricted.
public int PeriodSeconds { get; set; } Represents the scaling policy type for the Horizontal Pod Autoscaler (HPA) in Kubernetes. This property determines the strategy to be used for scaling, such as increasing or decreasing replicas.
public string Type { get; set; } Gets or sets the scaling value used in the Horizontal Pod Autoscaler (HPA) scaling policy. Specifies the magnitude of scaling changes to be applied by the policy.
public int Value { get; set; }