Skip to content
Docs Try Aspire

EphemeralVolumeSourceV1

Class sealed net10.0
📦 Aspire.Hosting.Kubernetes v13.1.2-preview.1.26125.13
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
{
// ...
}
View all constructors
VolumeClaimTemplateget; set
VolumeClaimTemplate defines the specification of a PersistentVolumeClaim template that is created as part of an EphemeralVolumeSource. This property enables the dynamic provision of storage resources by defining the metadata and spec for the generated PersistentVolumeClaim objects.
View all properties