StatefulSetUpdateStrategyV1.Type Property
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.
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.