StatefulSetSpecV1.UpdateStrategy Property

Definition

Gets or sets the strategy used to update the stateful set's pods. This property specifies how updates to the StatefulSet should be performed.

[YamlDotNet.Serialization.YamlMember(Alias="updateStrategy")]
public Aspire.Hosting.Kubernetes.Resources.StatefulSetUpdateStrategyV1 UpdateStrategy { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="updateStrategy")>]
member this.UpdateStrategy : Aspire.Hosting.Kubernetes.Resources.StatefulSetUpdateStrategyV1 with get, set
Public Property UpdateStrategy As StatefulSetUpdateStrategyV1

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Applies to