Share via


EmptyDirVolumeSourceV1.Medium Property

Definition

Gets or sets the storage medium to be used for the empty directory volume. Possible values include "Memory" to use memory backed storage. If not specified, the default behavior is to use the node's default storage medium.

[YamlDotNet.Serialization.YamlMember(Alias="medium")]
public string? Medium { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="medium")>]
member this.Medium : string with get, set
Public Property Medium As String

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Applies to