VolumeV1.Ephemeral Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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