Skip to content
Docs Try Aspire

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.
public sealed class EphemeralVolumeSourceV1
{
public EphemeralVolumeSourceV1()
{
// ...
}
}