StatefulSetOrdinalsV1 Class

Definition

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.

Applies to