Skip to content
DocsTry Aspire
DocsTry

EmptyDirVolumeSourceV1

Classsealednet10.0
📦 Aspire.Hosting.Kubernetes v13.5.1-preview.1.26420.4
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
{
// ...
}