MCPcopy
hub / github.com/argoproj/argo-workflows / ArtifactDriver

Struct ArtifactDriver

workflow/artifacts/git/git.go:29–36  ·  view source on GitHub ↗

ArtifactDriver is the artifact driver for a git repo

Source from the content-addressed store, hash-verified

27
28// ArtifactDriver is the artifact driver for a git repo
29type ArtifactDriver struct {
30 Username string
31 Password string
32 SSHPrivateKey string
33 InsecureIgnoreHostKey bool
34 InsecureSkipTLS bool
35 DisableSubmodules bool
36}
37
38var _ common.ArtifactDriver = &ArtifactDriver{}
39

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected