Versions in this module Expand all Collapse all v2 v2.11.4 Oct 1, 2020 Changes in this version + type KubeletExecutor struct + func NewKubeletExecutor() (*KubeletExecutor, error) + func (k *KubeletExecutor) CopyFile(containerID string, sourcePath string, destPath string, compressionLevel int) error + func (k *KubeletExecutor) GetExitCode(containerID string) (string, error) + func (k *KubeletExecutor) GetFileContents(containerID string, sourcePath string) (string, error) + func (k *KubeletExecutor) GetOutputStream(containerID string, combinedOutput bool) (io.ReadCloser, error) + func (k *KubeletExecutor) Kill(containerIDs []string) error + func (k *KubeletExecutor) Wait(containerID string) error + func (k *KubeletExecutor) WaitInit() error Other modules containing this package github.com/alexec/argo