# Functions
NewAPIUtil creates a new APIUtil object that represents the K8s API.
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
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.