Documentation
¶
Overview ¶
Package get contains libraries for fetching packages.
Index ¶
Examples ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Command ¶
type Command struct { // Git contains information about the git repo to fetch kptfile.Git // Destination is the output directory to clone the package to. Defaults to the name of the package -- // either the base repo name, or the base subdirectory name. Destination string // Name is the name to give the package. Defaults to the destination. Name string // Remove directory before copying to it. Clean bool }
Command fetches a package from a git repository and copies it to a local directory.
func (*Command) DefaultValues ¶
DefaultValues sets values to the default values if they were unspecified
Click to show internal directories.
Click to hide internal directories.