# Pod Properties

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

Represents a Kubernetes Pod resource in the v1 API version.

## Spec

- Name: `Spec`
- Modifiers: `get; set`
- Returns: [PodSpecV1](/reference/api/csharp/aspire.hosting.kubernetes/podspecv1.md)
- Source: [GitHub](https://github.com/microsoft/aspire/blob/5bd693ae1897dee5e2ce71c2cc08879c1c7eff51/src/Aspire.Hosting.Kubernetes/Resources/PodV1.cs)

Represents the specification for the Kubernetes Pod resource. Contains detailed configuration for the behavior and lifecycle management of the Kubernetes Pod. This property is of type [PodSpecV1](/reference/api/csharp/aspire.hosting.kubernetes/podspecv1.md).

```csharp
public PodSpecV1 Spec { get; set; }
```
