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.19.10-rc.0
- Published
- Mar 18, 2021
- Platform
- js/wasm
- Imports
- 2 packages
- Last checked
- 13 seconds ago –
Tools for package owners.