StatefulSet Properties
Class Properties 2 members
Represents a Kubernetes StatefulSet resource in the "apps/v1" API group.
Gets the pod template specification for the StatefulSet.
public override PodTemplateSpecV1 PodTemplate { get; } Gets or sets the specification of the Kubernetes StatefulSet resource.
public StatefulSetSpecV1 Spec { get; set; }Remarks
Represents the desired state and configuration of a StatefulSet. This property controls various aspects of the StatefulSet, such as the number of replicas, pod templates, update strategy, volume claims, and more. Refer to the
StatefulSetSpecV1 documentation for detailed information about the available configuration options.