Versions in this module Expand all Collapse all v3 v3.0.1 Feb 23, 2021 Changes in this version + type KubeletExecutor struct + func NewKubeletExecutor(namespace, podName string) (*KubeletExecutor, error) + func (k *KubeletExecutor) CopyFile(containerName string, sourcePath string, destPath string, compressionLevel int) error + func (k *KubeletExecutor) GetExitCode(ctx context.Context, containerName string) (string, error) + func (k *KubeletExecutor) GetFileContents(containerName string, sourcePath string) (string, error) + func (k *KubeletExecutor) GetOutputStream(ctx context.Context, containerName string, combinedOutput bool) (io.ReadCloser, error) + func (k *KubeletExecutor) Kill(ctx context.Context, containerNames []string, ...) error + func (k *KubeletExecutor) Wait(ctx context.Context, containerNames, sidecars []string) error Other modules containing this package github.com/akshayflipkart/argo-workflows