Versions in this module Expand all Collapse all v3 v3.1.5 Jul 29, 2021 Changes in this version + type DockerExecutor struct + func NewDockerExecutor(namespace, podName string) (*DockerExecutor, error) + func (d *DockerExecutor) CopyFile(containerName string, sourcePath string, destPath string, compressionLevel int) error + func (d *DockerExecutor) GetExitCode(ctx context.Context, containerName string) (string, error) + func (d *DockerExecutor) GetFileContents(containerName string, sourcePath string) (string, error) + func (d *DockerExecutor) GetOutputStream(ctx context.Context, containerName string, combinedOutput bool) (io.ReadCloser, error) + func (d *DockerExecutor) Kill(ctx context.Context, containerNames []string, ...) error + func (d *DockerExecutor) ListContainerNames(ctx context.Context) ([]string, error) + func (d *DockerExecutor) Wait(ctx context.Context, containerNames []string) error Other modules containing this package github.com/kostas-theo/argo-workflows