package
1.39.0
Repository: https://github.com/containers/buildah.git
Documentation: pkg.go.dev

# Functions

Eval evaluates the directory's path, including any intermediate symbolic links.
Get produces an archive containing items that match the specified glob patterns and writes it to bulkWriter.
Lgetxattrs returns a map of the relevant extended attributes set on the given file.
Lsetxattrs sets the relevant members of the specified extended attributes on the given file.
Mkdir ensures that the specified directory exists.
Put extracts an archive from the bulkReader at the specified directory.
Remove removes the specified directory or item, traversing any intermediate symbolic links.
Stat globs the specified pattern in the specified directory and returns its results.

# Structs

EvalOptions controls parts of Eval()'s behavior.
GetOptions controls parts of Get()'s behavior.
MkdirOptions controls parts of Mkdir()'s behavior.
PutOptions controls parts of Put()'s behavior.
RemoveOptions controls parts of Remove()'s behavior.
StatForItem encode results for a single filesystem item, as returned by Stat().
StatOptions controls parts of Stat()'s behavior.
StatsForGlob encode results for a single glob pattern passed to Stat().