EphemeralVolumeSourceV1 Constructors
Class Constructors 1 member
Represents an ephemeral volume source in Kubernetes. An ephemeral volume is a temporary storage resource that is created and managed along with a pod's lifecycle. This object allows you to specify a PersistentVolumeClaim template to define the properties of the ephemeral volume.
Constructor Section titled Constructor public sealed class EphemeralVolumeSourceV1{ public EphemeralVolumeSourceV1() { // ... }}