"description":"Local represents directly-attached storage with node affinity",
"description":"Local represents directly-attached storage with node affinity (Beta feature)",
"required":[
"required":[
"path"
"path"
],
],
"properties":{
"properties":{
"path":{
"path":{
"description":"The full path to the volume on the node For alpha, this path must be a directory Once block as a source is supported, then this path can point to a block device",
"description":"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.",
"description":"Local represents directly-attached storage with node affinity",
"description":"Local represents directly-attached storage with node affinity (Beta feature)",
"required":[
"required":[
"path"
"path"
],
],
"properties":{
"properties":{
"path":{
"path":{
"type":"string",
"type":"string",
"description":"The full path to the volume on the node For alpha, this path must be a directory Once block as a source is supported, then this path can point to a block device"
"description":"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."
<tdclass="tableblock halign-left valign-top"><pclass="tableblock">The full path to the volume on the node For alpha, this path must be a directory Once block as a source is supported, then this path can point to a block device</p></td>
<tdclass="tableblock halign-left valign-top"><pclass="tableblock">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.</p></td>
"":"Local represents directly-attached storage with node affinity",
"":"Local represents directly-attached storage with node affinity (Beta feature)",
"path":"The full path to the volume on the node For alpha, this path must be a directory Once block as a source is supported, then this path can point to a block device",
"path":"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.",