Documentation
¶
Overview ¶
Package updatetypes holds the exposed types for updates in kpt
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Options ¶
type Options struct {
// RelPackagePath is the relative path of a subpackage to the root. If the
// package is root, the value here will be ".".
RelPackagePath string
// LocalPath is the absolute path to the package on the local fork.
LocalPath string
// OriginPath is the absolute path to the package in the on-disk clone
// of the origin ref of the repo.
OriginPath string
// UpdatedPath is the absolute path to the package in the on-disk clone
// of the updated ref of the repo.
UpdatedPath string
// IsRoot is true if the package is the root, i.e. the clones of
// updated and origin were fetched based on the information in the
// Kptfile from this package.
IsRoot bool
}
Click to show internal directories.
Click to hide internal directories.