HpaScalingRulesV2.SelectPolicy 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.
Specifies the policy selection strategy for scaling operations within the Horizontal Pod Autoscaler (HPA) configuration.
[YamlDotNet.Serialization.YamlMember(Alias="selectPolicy")]
public string SelectPolicy { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="selectPolicy")>]
member this.SelectPolicy : string with get, set
Public Property SelectPolicy As String
Property Value
- Attributes
-
YamlDotNet.Serialization.YamlMemberAttribute
Remarks
This property determines which policy from the defined list of scaling policies should be applied when multiple policies are available. Possible values typically define strategies such as choosing the fastest policy or the one with the largest or smallest impact.