Share via


LocalVolumeSourceV1.FsType Property

Definition

Gets or sets the filesystem type to be mounted. Examples of valid values include "ext4", "xfs", "ntfs", among others. If not specified, the default filesystem type for the operating system will be used.

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

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Applies to