# RollingUpdateStatefulSetStrategyV1 Constructors

- Package: [Aspire.Hosting.Kubernetes](/reference/api/csharp/aspire.hosting.kubernetes.md)
- Type: [RollingUpdateStatefulSetStrategyV1](/reference/api/csharp/aspire.hosting.kubernetes/rollingupdatestatefulsetstrategyv1.md)
- Kind: `Constructors`
- Members: `1`

Represents the rolling update strategy configuration for a StatefulSet in Kubernetes.

## RollingUpdateStatefulSetStrategyV1

- Name: `Constructor`

```csharp
public sealed class RollingUpdateStatefulSetStrategyV1
{
    public RollingUpdateStatefulSetStrategyV1()
    {
        // ...
    }
}
```
