kubernetesk8s.io/kubernetes/pkg/volume/util/fs Index | Files

package fs

import "k8s.io/kubernetes/pkg/volume/util/fs"

Index

Functions

func DiskUsage

func DiskUsage(path string) (*resource.Quantity, error)

DiskUsage gets disk usage of specified path.

func Find

func Find(path string) (int64, error)

func FsInfo

func FsInfo(path string) (int64, int64, int64, int64, int64, int64, error)

FSInfo unsupported returns 0 values for available and capacity and an error.

Source Files

fs_unsupported.go

Version
v1.15.2-beta.0
Published
Jul 18, 2019
Platform
js/wasm
Imports
2 packages
Last checked
2 minutes ago

Tools for package owners.