Share via


HpaScalingPolicyV2.Value Property

Definition

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.

[YamlDotNet.Serialization.YamlMember(Alias="value")]
public int Value { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="value")>]
member this.Value : int with get, set
Public Property Value As Integer

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Applies to