Skip to content
Docs Try Aspire

EphemeralVolumeSourceV1 Properties

Class Properties 1 member
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.
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.
public PersistentVolumeClaimTemplateV1 VolumeClaimTemplate { get; set; }