# GatewayAllowedRoutesV1 Constructors

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

Defines which routes are allowed to attach to a Gateway listener.

## GatewayAllowedRoutesV1

- Name: `Constructor`

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