Documentation
¶
Overview ¶
Package git contains git repo cloning functions similar to Kustomize's
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RepoSpec ¶
type RepoSpec struct {
// Host, e.g. github.com
Host string
// orgRepo name (organization/repoName),
// e.g. kubernetes-sigs/kustomize
OrgRepo string
// Dir where the orgRepo is cloned to.
Dir string
// Relative path in the repository, and in the cloneDir,
// to a Kustomization.
Path string
// Branch or tag reference.
Ref string
// e.g. .git or empty in case of _git is present
GitSuffix string
}
RepoSpec specifies a git repository and a branch and path therein.
Click to show internal directories.
Click to hide internal directories.