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.
Constructor Section titled Constructor public sealed class VolumeV1{ public VolumeV1() { // ... }}