StatefulSetOrdinalsV1 Properties
Class Properties 1 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; }