package
5.5.0+incompatible
Repository: https://github.com/doitroot/external-storage.git
Documentation: pkg.go.dev

# Functions

NewAPIUtil creates a new APIUtil object that represents the K8s API.
NewFakeAPIUtil returns an APIUtil object that can be used for unit testing.
NewFakeVolumeUtil returns a VolumeUtil object for use in unit testing.
NewVolumeUtil returns a VolumeUtil object for performing local filesystem operations.

# Constants

FakeEntryBlock is mock dir entry of type block.
FakeEntryFile is mock dir entry of type file.
FakeEntryUnknown is mock dir entry of type unknown.

# Structs

FakeAPIUtil is a fake API wrapper for unit testing.
FakeDirEntry contains a representation of a file under a directory.
FakeVolumeUtil is a stub interface for unit testing.

# Interfaces

APIUtil is an interface for the K8s API.
VolumeUtil is an interface for local filesystem operations.