Skip to content
Docs Try Aspire

VolumeV1 Constructors

Class Constructors 1 member
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.
public sealed class VolumeV1
{
public VolumeV1()
{
// ...
}
}