Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PodExecutor ¶
type PodExecutor struct { Pod *corev1.Pod ContainerName string KubeCli kubernetes.Interface RestClientGetter genericclioptions.RESTClientGetter RestConfig *rest.Config genericclioptions.IOStreams }
func NewPodExecutor ¶
func NewPodExecutor( pod *corev1.Pod, containerName string, restClientGetter genericclioptions.RESTClientGetter, ioStreams genericclioptions.IOStreams, ) *PodExecutor
Click to show internal directories.
Click to hide internal directories.