Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GuessedRefParts ¶ added in v0.22.0
GuessedRefParts represents an image ref that was guessed from a string. it may not be an accurate representation since imgpkg parses ref itself. (Did not want to use go-containerregistry to avoid taking extra dep)
func NewGuessedRefParts ¶ added in v0.22.0
func NewGuessedRefParts(ref string) GuessedRefParts
type Imgpkg ¶ added in v0.22.0
type Imgpkg struct {
// contains filtered or unexported fields
}
func NewImgpkg ¶ added in v0.22.0
func NewImgpkg(opts ImgpkgOpts, refFetcher ctlfetch.RefFetcher) *Imgpkg
type ImgpkgOpts ¶ added in v0.22.0
type Sync ¶
type Sync struct {
// contains filtered or unexported fields
}
func NewSync ¶
func NewSync(opts ctlconf.DirectoryContentsImage, refFetcher ctlfetch.RefFetcher) *Sync
Click to show internal directories.
Click to hide internal directories.