Documentation
¶
Index ¶
- func GetUser(url string) string
- type ArtifactDriver
- func (g *ArtifactDriver) Delete(ctx context.Context, s *wfv1.Artifact) error
- func (g *ArtifactDriver) IsDirectory(ctx context.Context, artifact *wfv1.Artifact) (bool, error)
- func (g *ArtifactDriver) ListObjects(ctx context.Context, artifact *wfv1.Artifact) ([]string, error)
- func (g *ArtifactDriver) Load(ctx context.Context, inputArtifact *wfv1.Artifact, path string) error
- func (g *ArtifactDriver) OpenStream(ctx context.Context, a *wfv1.Artifact) (io.ReadCloser, error)
- func (g *ArtifactDriver) Save(ctx context.Context, path string, artifact *wfv1.Artifact) error
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
InsecureSkipTLS bool
DisableSubmodules bool
}
ArtifactDriver is the artifact driver for a git repo
func (*ArtifactDriver) IsDirectory ¶
func (*ArtifactDriver) ListObjects ¶
func (*ArtifactDriver) OpenStream ¶
func (g *ArtifactDriver) OpenStream(ctx context.Context, a *wfv1.Artifact) (io.ReadCloser, error)
Click to show internal directories.
Click to hide internal directories.