# VolumeDeviceV1 Constructors

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

Represents a raw block device that is mapped into a Kubernetes container. This class is used to define the name of a volume and the device path in which the volume is mapped on the container.

## VolumeDeviceV1

- Name: `Constructor`

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