# PodOsv1 Constructors

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

Represents the operating system information for a Pod in a Kubernetes cluster.

## PodOsv1

- Name: `Constructor`

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