LocalVolumeSource

com.coralogix.zio.k8s.model.core.v1.LocalVolumeSource
See theLocalVolumeSource companion object
case class LocalVolumeSource(fsType: Optional[String], path: String)

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

Attributes

fsType

Filesystem type to mount. It applies only when the Path is a block device. Must be a filesystem type supported by the host operating system. Ex. "ext4", "xfs", "ntfs". The default value is to auto-select a fileystem if unspecified.

path

The full path to the volume on the node. It can be either a directory or block device (disk, partition, ...).

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

Filesystem type to mount. It applies only when the Path is a block device. Must be a filesystem type supported by the host operating system. Ex. "ext4", "xfs", "ntfs". The default value is to auto-select a fileystem if unspecified.

Filesystem type to mount. It applies only when the Path is a block device. Must be a filesystem type supported by the host operating system. Ex. "ext4", "xfs", "ntfs". The default value is to auto-select a fileystem if unspecified.

If the field is not present, fails with com.coralogix.zio.k8s.client.UndefinedField.

Attributes

The full path to the volume on the node. It can be either a directory or block device (disk, partition, ...).

The full path to the volume on the node. It can be either a directory or block device (disk, partition, ...).

This effect always succeeds, it is safe to use the field path directly.

Attributes

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product