import "k8s.io/kubernetes/pkg/volume/util/fs"
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. While this is not an exact measure of inodes used, it is a very good approximation.
Info linux returns (available bytes, byte capacity, byte usage, total inodes, inodes free, inode usage, error) for the filesystem that path resides upon.
Package fs imports 7 packages (graph) and is imported by 7 packages. Updated 2021-01-24. Refresh now. Tools for package owners.