Skip to content
DocsTry Aspire
DocsTry

EmptyDirVolumeSourceV1

Classsealednet8.0
📦 Aspire.Hosting.Kubernetes v13.4.0-preview.1.26281.18
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
{
// ...
}