Share via


StatefulSetOrdinalsV1.Start Property

Definition

Gets or sets the starting ordinal value for the StatefulSet instances. This property defines the initial index from which the StatefulSet instances will begin counting.

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

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Applies to