StatefulSetUpdateStrategyV1
Class sealed net10.0
Represents the update strategy configuration for a Kubernetes StatefulSet resource.
namespace Aspire.Hosting.Kubernetes.Resources;
public sealed class StatefulSetUpdateStrategyV1{ // ...}Remarks
Section titled Remarks This class defines how updates to the StatefulSet's pods are applied. Kubernetes provides various strategies to update pods in a StatefulSet, enabling controlled and efficient updates to deployed applications.
Constructors1
Section titled ConstructorsProperties2
Section titled PropertiesRollingUpdateget; set Specifies the rolling update strategy configuration for a StatefulSet in Kubernetes.
Typeget; setstring Determines the type of update strategy for a StatefulSet in Kubernetes.