Share via


StatefulSetUpdateStrategyV1.Type Property

Definition

Determines the type of update strategy for a StatefulSet in Kubernetes.

[YamlDotNet.Serialization.YamlMember(Alias="type")]
public string Type { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="type")>]
member this.Type : string with get, set
Public Property Type As String

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Remarks

This property specifies the update strategy type used for managing updates to the StatefulSet. Common values include "RollingUpdate" for rolling updates of the StatefulSet pods, or "OnDelete" for manual updates.

Applies to