# PodTemplateSpecV1 Constructors

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

Represents the specification of a pod template in Kubernetes.

## PodTemplateSpecV1

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

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