# Functions

CleanPath makes a path safe for use with filepath.Join.
No description provided by the author
ExitStatus returns the correct exit status for a process based on if it was signaled or exited cleanly.
GenerateRandomName returns a new name joined with a prefix.
ResolveRootfs ensures that the current working directory is not a symlink and returns the absolute path to the rootfs.
SearchLabels searches a list of key-value pairs for the provided key and returns the corresponding value.
WriteJSON writes the provided struct v to w using standard json marshaling.