# ServicePortV1 Constructors

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

Represents a port configuration for a Kubernetes Service in API version V1.

## ServicePortV1

- Name: `Constructor`

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