HpaScalingRulesV2.Policies Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.