mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-04-27 17:21:07 -04:00
Fix inode usage calculation to use filepath.Walk instead of executing an
external find. Also calculate the disk usage while at it so we also get
rid of the external dependency of `nice` and `du`. (#95172)
This is similar to what cadvisor does since commit
|
||
|---|---|---|
| .. | ||
| fs.go | ||
| fs_unsupported.go | ||
| fs_windows.go | ||
| fs_windows_test.go | ||