次の方法で共有


HpaScalingRulesV2.SelectPolicy Property

Definition

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.

Applies to