Share via


VolumeV1.Ephemeral Property

Definition

Gets or sets the configuration for an ephemeral volume associated with the resource. An ephemeral volume is a transient storage volume tied to the lifecycle of a pod. This property allows specifying the template for a PersistentVolumeClaim that defines the parameters of the ephemeral volume.

[YamlDotNet.Serialization.YamlMember(Alias="ephemeral")]
public Aspire.Hosting.Kubernetes.Resources.EphemeralVolumeSourceV1? Ephemeral { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="ephemeral")>]
member this.Ephemeral : Aspire.Hosting.Kubernetes.Resources.EphemeralVolumeSourceV1 with get, set
Public Property Ephemeral As EphemeralVolumeSourceV1

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Applies to