Share via


HpaScalingRulesV2.Policies Property

Definition

Represents a collection of scaling policies associated with the Horizontal Pod Autoscaler (HPA) in Kubernetes API v2.

[YamlDotNet.Serialization.YamlMember(Alias="policies")]
public System.Collections.Generic.List<Aspire.Hosting.Kubernetes.Resources.HpaScalingPolicyV2> Policies { get; }
[<YamlDotNet.Serialization.YamlMember(Alias="policies")>]
member this.Policies : System.Collections.Generic.List<Aspire.Hosting.Kubernetes.Resources.HpaScalingPolicyV2>
Public ReadOnly Property Policies As List(Of HpaScalingPolicyV2)

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Remarks

The Policies property defines a list of scaling policies that determine how scaling actions are executed. Each policy specifies the type of scaling operation, the associated value, and the duration over which the scaling policy is applied.

Applies to