package
0.39.3
Repository: https://github.com/googlecontainertools/kpt.git
Documentation: pkg.go.dev

# Functions

NameStagingDirectory assigns a name that matches the package source information.
No description provided by the author

# Constants

3way shows changes in local and remote changes side-by-side.
DiffTypeCombined shows changes in local pkg relative to upstream source pkg at target version.
DiffTypeLocal shows the changes in local pkg relative to upstream source pkg at original version.
DiffTypeRemote shows changes in the upstream source pkg between original and target version.

# Variables

No description provided by the author

# Structs

Command shows changes in local package relative to upstream source pkg, changes in upstream source package between original and target version etc.

# Interfaces

PkgDiffer knows how to compare given packages.
PkgGetter knows how to fetch a package given a git repo, path and ref.

# Type aliases

DiffType represents type of comparison to be performed.