Skip to content
DocsTry Aspire
DocsTry

StatefulSetOrdinalsV1 Properties

ClassProperties1 member
Represents the configuration of ordinals for a StatefulSet in Kubernetes.
StartSection titled Startnullableint?
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; }