# VolumeV1 Constructors

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

Represents a volume configuration definition within a Kubernetes pod. This class allows specifying different types of volume sources such as Image, HostPath, Persistent Volume Claim, ConfigMap, Secret, and others, enabling configuration of data storage in a pod.

## VolumeV1

- Name: `Constructor`

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