Share via


PersistentVolumeSpecV1.VolumeMode Property

Definition

Specifies the volume mode of the persistent volume.

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

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Remarks

Defines the way the volume is mounted. Typical values include "Filesystem" or "Block". This property is required to determine how the volume will be used and accessed.

Applies to