次の方法で共有


HorizontalPodAutoscalerSpecV1.MinReplicas Property

Definition

Gets or sets the minimum number of replicas that the HorizontalPodAutoscaler will maintain for the specified resource.

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

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Remarks

This property ensures that the targeted application maintains a guaranteed minimum level of scalability, preventing the number of replicas from falling below the specified value. Setting this value is optional and, if not set, the default value may rely on the Kubernetes configuration for the HorizontalPodAutoscaler.

Applies to