# HorizontalPodAutoscalerSpecV1 Constructors

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

Specifies the desired behavior of a Horizontal Pod Autoscaler in Kubernetes for the autoscaling/v1 version.

## HorizontalPodAutoscalerSpecV1

- Name: `Constructor`
- Source: [GitHub](https://github.com/microsoft/aspire/blob/becb48e2d61099e35ae336d527d3875e928d6594/src/Aspire.Hosting.Kubernetes/Resources/HorizontalPodAutoscalerSpecV1.cs#L40-L51)

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