package
2.1.0+incompatible
Repository: https://github.com/kubernetes-sigs/kustomize.git
Documentation: pkg.go.dev
# Functions
ClonerUsingGitExec uses a local git install, as opposed to say, some remote API, to obtain a local clone of a remote repo.
DoNothingCloner returns a cloner that only sets cloneDir field in the repoSpec.
From strings like [email protected]:someOrg/someRepo.git or https://github.com/someOrg/someRepo?ref=someHash, extract the parts.
# Type aliases
Cloner is a function that can clone a git repo.