package
0.0.0-20191024030528-a481964b876e
Repository: https://github.com/divinerapier/learn-kubernetes.git
Documentation: pkg.go.dev

# Functions

DiskUsage gets disk usage of specified path.
Find uses the equivalent of the command `find <path> -dev -printf '.' | wc -c` to count files and directories.
FSInfo linux returns (available bytes, byte capacity, byte usage, total inodes, inodes free, inode usage, error) for the filesystem that path resides upon.