DeploymentSpecV1.Replicas Property

Definition

Gets or sets the desired number of pod replicas for this deployment. If null, the default value defined by the server will be used.

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

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Applies to