Versions in this module Expand all Collapse all v0 v0.1.2 Jun 3, 2020 Changes in this version + type PNSExecutor struct + func NewPNSExecutor(clientset *kubernetes.Clientset, podName, namespace string, hasOutputs bool) (*PNSExecutor, error) + func (p *PNSExecutor) CopyFile(containerID string, sourcePath string, destPath string) (err error) + func (p *PNSExecutor) GetFileContents(containerID string, sourcePath string) (string, error) + func (p *PNSExecutor) GetOutputStream(containerID string, combinedOutput bool) (io.ReadCloser, error) + func (p *PNSExecutor) Kill(containerIDs []string) error + func (p *PNSExecutor) Wait(containerID string) error + func (p *PNSExecutor) WaitInit() error