Skip to content
Docs Try Aspire
Docs Try

StatefulSetUpdateStrategyV1

Class sealed net8.0
📦 Aspire.Hosting.Kubernetes v13.3.0-preview.1.26254.5
Represents the update strategy configuration for a Kubernetes StatefulSet resource.
namespace Aspire.Hosting.Kubernetes.Resources;
public sealed class StatefulSetUpdateStrategyV1
{
// ...
}
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.