Versions in this module Expand all Collapse all v0 v0.2.4 May 22, 2020 Changes in this version + type ExecOptions struct + CaptureStderr bool + CaptureStdout bool + Command []string + ContainerName string + Namespace string + PodName string + PreserveWhitespace bool + Stdin io.Reader + type IExec interface + ExecCommandInPodSet func(podSet []*corev1.Pod, cmd ...string) error + func NewRemoteExec(restGVKClient rest.Interface, config *rest.Config, logger logr.Logger) IExec