Registry / utility / mount-utils

mount-utils

JSON →
library0.31.3gogounverified

Package mount defines an interface to mounting filesystems.

go get k8s.io/mount-utils
INSTALL
IMPORT
SIG · MOUNT-UTILS
M
mount-utils
utilitygov0.31.3
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

mount
k8s.io/mount-utils

Check if a path is a mount point using the mounter interface.

package main import ( "fmt" "k8s.io/mount-utils" ) func main() { mounter := mount.New("") fmt.Println(mounter.IsLikelyNotMountPoint("/mnt")) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.31.3latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
mount-utils — go get mount-utils · libregistry