# 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/becb48e2d61099e35ae336d527d3875e928d6594/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; }
```
