package fs
import "k8s.io/kubernetes/pkg/volume/util/fs"
Index ¶
- func DiskUsage(path string) (*resource.Quantity, error)
- func Find(path string) (int64, error)
- func FsInfo(path string) (int64, int64, int64, int64, int64, int64, error)
Functions ¶
func DiskUsage ¶
DiskUsage gets disk usage of specified path.
func Find ¶
func FsInfo ¶
FSInfo unsupported returns 0 values for available and capacity and an error.
Source Files ¶
fs_unsupported.go
- Version
- v1.17.12
- Published
- Sep 16, 2020
- Platform
- js/wasm
- Imports
- 2 packages
- Last checked
- 1 minute ago –
Tools for package owners.