StatefulSetOrdinalsV1 Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the configuration of ordinals for a StatefulSet in Kubernetes.
[YamlDotNet.Serialization.YamlSerializable]
public sealed class StatefulSetOrdinalsV1
[<YamlDotNet.Serialization.YamlSerializable>]
type StatefulSetOrdinalsV1 = class
Public NotInheritable Class StatefulSetOrdinalsV1
- Inheritance
-
StatefulSetOrdinalsV1
- Attributes
-
YamlDotNet.Serialization.YamlSerializableAttribute
Remarks
The StatefulSetOrdinalsV1 class defines optional settings that control the starting ordinal for the replicas in a StatefulSet. Ordinals determine the numbering of the pods created within a StatefulSet (e.g., pod-0, pod-1, etc.).
Constructors
| StatefulSetOrdinalsV1() |
Properties
| Start |
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. |