Kazan v0.9.0 Kazan.Apis.Core.V1.LocalVolumeSource View Source

Local represents directly-attached storage with node affinity (Beta feature)

OpenAPI Definition: io.k8s.api.core.v1.LocalVolumeSource

Properties

  • path :: String

    • The full path to the volume on the node. It can be either a directory or block device (disk, partition, …). Directories can be represented only by PersistentVolume with VolumeMode=Filesystem. Block devices can be represented only by VolumeMode=Block, which also requires the BlockVolume alpha feature gate to be enabled.