Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ArtifactDriver ¶ added in v3.1.0
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 ¶ added in v3.1.0
func (g *ArtifactDriver) ListObjects(artifact *wfv1.Artifact) ([]string, error)
Click to show internal directories.
Click to hide internal directories.