# PodSpecV1 Constructors

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

Represents the specification of a Kubernetes Pod defined in version 1. This class is used to configure various attributes of a pod, including containers, networking, scheduling, and security settings.

## PodSpecV1

- Name: `Constructor`
- Source: [GitHub](https://github.com/microsoft/aspire/blob/5bd693ae1897dee5e2ce71c2cc08879c1c7eff51/src/Aspire.Hosting.Kubernetes/Resources/PodSpecV1.cs#L51-L292)

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