Skip to content
DocsTry Aspire
DocsTry

StatefulSetUpdateStrategyV1

Classsealednet10.0
📦 Aspire.Hosting.Kubernetes v13.5.1-preview.1.26420.4
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.