package
1.5.0-rc.1
Repository: https://github.com/kubevirt/kubevirt.git
Documentation: pkg.go.dev

# Functions

NewTempFs returns a fake Filesystem in temporary directory, useful for unit tests.
NewTempFs returns a fake Filesystem in temporary directory, useful for unit tests.

# Structs

DefaultFs implements Filesystem using same-named functions from "os" and "path/filepath".

# Interfaces

File is an interface that we can use to mock various filesystem operations typically accessed through the File object from the "os" package.
Filesystem is an interface that we can use to mock various filesystem operations.