Skip to content
Docs Try Aspire

EmptyDirVolumeSourceV1

Class sealed net10.0
📦 Aspire.Hosting.Kubernetes v13.1.2-preview.1.26125.13
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.
namespace Aspire.Hosting.Kubernetes.Resources;
public sealed class EmptyDirVolumeSourceV1
{
// ...
}