VolumeV1.EmptyDir 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 EmptyDir volume source in Kubernetes. An EmptyDir volume is a temporary storage directory that is created empty when a pod is assigned to a node. The volume's contents only exist for the lifetime of the pod and will be deleted when the pod is removed.
[YamlDotNet.Serialization.YamlMember(Alias="emptyDir")]
public Aspire.Hosting.Kubernetes.Resources.EmptyDirVolumeSourceV1? EmptyDir { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="emptyDir")>]
member this.EmptyDir : Aspire.Hosting.Kubernetes.Resources.EmptyDirVolumeSourceV1 with get, set
Public Property EmptyDir As EmptyDirVolumeSourceV1
Property Value
- Attributes
-
YamlDotNet.Serialization.YamlMemberAttribute