package
1.5.0
Repository: https://github.com/openshift/source-to-image.git
Documentation: pkg.go.dev

# Functions

New creates a new Tar.
NewParanoid creates a new Tar that has restrictions on what it can do while extracting files.
NewParanoidWithTimeout creates a new Tar with the provided timeout extracting files.
NewWithTimeout creates a new Tar with the provided timeout extracting files.

# Variables

DefaultExclusionPattern is the pattern of files that will not be included in a tar file when creating one.

# Structs

ChmodAdapter changes the mode of files and directories inline as a tarfile is being written.
RenameAdapter renames files and directories inline as a tarfile is being written.

# Interfaces

Reader is an interface which tar.Reader implements.
Tar can create and extract tar files used in an STI build.
Writer is an interface which tar.Writer implements.