StatefulSetOrdinalsV1 Properties
ClassProperties1 member
Represents the configuration of ordinals for a StatefulSet in Kubernetes.
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.
public int? Start { get; set; }