Documentation
¶
Index ¶
- type ArtifactDriver
- func (h *ArtifactDriver) Delete(ctx context.Context, s *wfv1.Artifact) error
- func (h *ArtifactDriver) IsDirectory(ctx context.Context, artifact *wfv1.Artifact) (bool, error)
- func (h *ArtifactDriver) ListObjects(ctx context.Context, artifact *wfv1.Artifact) ([]string, error)
- func (h *ArtifactDriver) Load(ctx context.Context, inputArtifact *wfv1.Artifact, path string) error
- func (h *ArtifactDriver) OpenStream(ctx context.Context, a *wfv1.Artifact) (io.ReadCloser, error)
- func (h *ArtifactDriver) Save(ctx context.Context, path string, outputArtifact *wfv1.Artifact) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ArtifactDriver ¶
type ArtifactDriver struct {
ServiceAccountKey string
}
ArtifactDriver is a driver for GCS
func (*ArtifactDriver) IsDirectory ¶
func (*ArtifactDriver) ListObjects ¶
func (*ArtifactDriver) OpenStream ¶
func (h *ArtifactDriver) OpenStream(ctx context.Context, a *wfv1.Artifact) (io.ReadCloser, error)
Click to show internal directories.
Click to hide internal directories.