StatefulSetSpecV1.UpdateStrategy 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.
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