package
0.21.4
Repository: https://github.com/huang-wei/kubernetes.git
Documentation: pkg.go.dev

# Functions

GetDeviceNameFromMount: given a mnt point, find the device from /proc/mounts returns the device name, reference count, and error code.
GetMountRefs finds all other references to the device referenced by mountPath; returns a list of paths.
New returns a mount.Interface for the current system.

# Constants

Values for FakeAction.Action.
No description provided by the author

# Structs

FakeAction objects are logged every time a fake mount or unmount is called.
FakeMounter implements mount.Interface for tests.
Mounter provides the default implementation of mount.Interface for the linux platform.
This represents a single line in /proc/mounts or /etc/fstab.
NsenterMounter is part of experimental support for running the kubelet in a container.

# Interfaces

No description provided by the author