Versions in this module Expand all Collapse all v0 v0.1.2 Jun 3, 2020 Changes in this version + type K8sAPIExecutor struct + func NewK8sAPIExecutor(clientset *kubernetes.Clientset, config *restclient.Config, ...) (*K8sAPIExecutor, error) + func (k *K8sAPIExecutor) CopyFile(containerID string, sourcePath string, destPath string) error + func (k *K8sAPIExecutor) GetFileContents(containerID string, sourcePath string) (string, error) + func (k *K8sAPIExecutor) GetOutputStream(containerID string, combinedOutput bool) (io.ReadCloser, error) + func (k *K8sAPIExecutor) Kill(containerIDs []string) error + func (k *K8sAPIExecutor) Wait(containerID string) error + func (k *K8sAPIExecutor) WaitInit() error