EphemeralVolumeSourceV1
Class sealed net10.0
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.
namespace Aspire.Hosting.Kubernetes.Resources;
public sealed class EphemeralVolumeSourceV1{ // ...}