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.12.0-beta.1
Published
Sep 4, 2018
Platform
js/wasm
Imports
2 packages
Last checked
8 minutes ago

Tools for package owners.