Skip to content
Docs Try Aspire

StatefulSetOrdinalsV1 Properties

Class Properties 1 member
Represents the configuration of ordinals for a StatefulSet in Kubernetes.
Start Section titled Start nullable int?
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; }