package
0.14.0
Repository: https://github.com/jsafrane/kubernetes.git
Documentation: pkg.go.dev

# Functions

Examines /proc/mounts to find all other references to the device referenced by mountPath; returns a list of paths.
Determine if a directory is a mountpoint, by comparing the device for the directory with the device for it's parent.
New returns a mount.Interface for the current system.

# Constants

Values for FakeAction.Action.
No description provided by the author
No description provided by the author
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.
No description provided by the author
This represents a single line in /proc/mounts or /etc/fstab.

# Interfaces

Each supported platform must define the following flags: - FlagBind: specifies a bind mount - FlagReadOnly: the mount will be read-only.