Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ArtifactDriver ¶
type ArtifactDriver struct {
Username string
Password string
SSHPrivateKey string
InsecureIgnoreHostKey bool
DisableSubmodules bool
}
ArtifactDriver is the artifact driver for a git repo
func (*ArtifactDriver) ListObjects ¶
func (g *ArtifactDriver) ListObjects(artifact *wfv1.Artifact) ([]string, error)
Click to show internal directories.
Click to hide internal directories.