Module mounts

Source
Expand description

Filesystem mount

Structs§

Mount
Mount represents a mount (volume).
MountBindOptions
MountBindOptions defines options specific to mounts of type “bind”.
MountBindOptionsBuilder
Builder for MountBindOptions.
MountBuilder
Builder for Mount.
MountDriver
MountDriver represents a volume driver.
MountDriverBuilder
Builder for MountDriver.
MountPoint
MountPoint is the intersection point between a volume and a container. It specifies which volume is to be used and where inside a container it should be mounted.
MountPointBuilder
Builder for MountPoint.
MountTmpfsOptions
MountTmpfsOptions defines options specific to mounts of type “tmpfs”.
MountTmpfsOptionsBuilder
Builder for MountTmpfsOptions.
MountVolumeOptions
MountVolumeOptions represents the options for a mount of type volume.
MountVolumeOptionsBuilder
Builder for MountVolumeOptions.

Enums§

MountConsistency
MountConsistency represents the consistency requirements of a mount.
MountPropagation
Propagation represents the propagation of a mount.
MountType