# HpaScalingPolicyV2 Constructors

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

Represents the scaling policy configuration for Kubernetes Horizontal Pod Autoscaler (HPA) in version 2 API.

## HpaScalingPolicyV2

- Name: `Constructor`

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