package
1.12.0-alpha.0
Repository: https://github.com/wking/kubernetes.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# Functions

No description provided by the author
SkipUnlessLocalSSDExists takes in an ssdInterface (scsi/nvme) and a filesystemType (fs/block) and skips if a disk of that type does not exist on the node.

# Constants

Creates a local file, formats it, and mounts it to use as local volume.
Creates a local file, formats it, and maps it as a block device.
like DirectoryLocalVolumeType but bind mounted.
like DirectoryLocalVolumeType but it's a symbolic link to self bind mounted directory Note that bind mounting at symbolic link actually mounts at directory it links to.
like DirectoryLocalVolumeType but it's a symbolic link to directory.
default local volume type, aka a directory.
tests based on local ssd at /mnt/disks/by-uuid/.
No description provided by the author
creates a tmpfs and mounts it.