Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GitArtifactDriver ¶
GitArtifactDriver is the artifact driver for a git repo
func (*GitArtifactDriver) Load ¶
func (g *GitArtifactDriver) Load(inputArtifact *wfv1.Artifact, path string) error
Load download artifacts from an git URL Credentials are temporarily stored in a git-credentials file during the clone and deleted before returning. This is to prevent credentials from inadvertently leaking such as in the repo_dir/.git/config or logging an insecure url.
Click to show internal directories.
Click to hide internal directories.