Kazan v0.11.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.

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() :: %Kazan.Apis.Core.V1.LocalVolumeSource{path: String.t()}