package
0.0.0-20241210054802-24370beab758
Repository: https://github.com/kubernetes/utils.git
Documentation: pkg.go.dev
# README
Temp
This package provides an interface to create temporary directories. It also provides a FakeDir implementation to replace in tests.
# Packages
Package temptest provides utilities for testing temp files/directories testing.
# Functions
CreateTempDir returns a new Directory wrapping a temporary directory on disk.
# Interfaces
Directory is an interface to a temporary directory, in which you can create new files.