fetch

package
v1.0.0-beta.7 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 13, 2021 License: Apache-2.0 Imports: 17 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ClonerUsingGitExec

func ClonerUsingGitExec(ctx context.Context, repoSpec *git.RepoSpec) error

ClonerUsingGitExec uses a local git install, as opposed to say, some remote API, to obtain a local clone of a remote repo. It looks for tags with the directory as a prefix to allow for versioning multiple kpt packages in a single repo independently. It relies on the private clonerUsingGitExec function to try fetching different refs.

Types

type Command

type Command struct {
	Pkg *pkg.Pkg
}

Command takes the upstream information in the Kptfile at the path for the provided package, and fetches the package referenced if it isn't already there.

func (Command) Run

func (c Command) Run(ctx context.Context) error

Run runs the Command.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL