LocalVolumeSourceV1 Properties
Class Properties 2 members
Represents a local volume source in Kubernetes. This type is used to configure a PersistentVolume that is backed by local storage.
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.
public string FsType { get; set; } Gets or sets the path to the local volume on the host. This value is required and should specify the file system or directory to be used by the volume.
public string Path { get; set; }