# EmptyDirVolumeSourceV1 Constructors

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

Represents an EmptyDir volume source in Kubernetes, which is an ephemeral volume that is initially empty and then acts as a shared storage space for the containers that are associated with a particular pod. The data in the EmptyDir volume is lost when the pod is removed from a node.

## EmptyDirVolumeSourceV1

- Name: `Constructor`

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