Versions in this module Expand all Collapse all v0 v0.1.0 Jul 21, 2020 Changes in this version + type Executor struct + func New(clientset *kubernetes.Clientset, config *restclient.Config, node string, ...) *Executor + func (e *Executor) Destroy() + func (e *Executor) Exec(command string, stdin io.Reader) (string, string, error) + func (e *Executor) Start() error