# GatewayTlsConfigV1 Constructors

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

TLS configuration for a Gateway listener.

## GatewayTlsConfigV1

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

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