Skip to content
Docs Try Aspire

EmptyDirVolumeSourceV1 Constructors

Class Constructors 1 member
Represents an EmptyDir volume source in Kubernetes, which is an ephemeral volume that is initially empty and then acts as a shared storage space for the containers that are associated with a particular pod. The data in the EmptyDir volume is lost when the pod is removed from a node.
public sealed class EmptyDirVolumeSourceV1
{
public EmptyDirVolumeSourceV1()
{
// ...
}
}