HorizontalPodAutoscalerSpecV2.Behavior 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 scaling behavior configuration for a Horizontal Pod Autoscaler.
[YamlDotNet.Serialization.YamlMember(Alias="behavior")]
public Aspire.Hosting.Kubernetes.Resources.HorizontalPodAutoscalerBehaviorV2 Behavior { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="behavior")>]
member this.Behavior : Aspire.Hosting.Kubernetes.Resources.HorizontalPodAutoscalerBehaviorV2 with get, set
Public Property Behavior As HorizontalPodAutoscalerBehaviorV2
Property Value
- Attributes
-
YamlDotNet.Serialization.YamlMemberAttribute
Remarks
This property defines how the Horizontal Pod Autoscaler should behave during scaling operations. It includes rules and policies for scaling up and scaling down, such as stabilization windows and scaling limits.