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 Info(path string) (int64, int64, int64, int64, int64, int64, error)
Functions ¶
func DiskUsage ¶
DiskUsage gets disk usage of specified path.
func Find ¶
Find will always return zero since is on unsupported platform.
func Info ¶
Info unsupported returns 0 values for available and capacity and an error.
Source Files ¶
fs_unsupported.go
- Version
- v1.21.2
- Published
- Jun 16, 2021
- Platform
- js/wasm
- Imports
- 2 packages
- Last checked
- 9 minutes ago –
Tools for package owners.