Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type KubeConfig ¶
type KubeExecutor ¶
type KubeExecutor struct { // Embed all sshexecutor functions sshexec.SshExecutor // contains filtered or unexported fields }
func NewKubeExecutor ¶
func NewKubeExecutor(config *KubeConfig) (*KubeExecutor, error)
func (*KubeExecutor) ConnectAndExec ¶
func (*KubeExecutor) RemoteCommandExecute ¶
type KubernetesClient ¶
type KubernetesClient interface { }
type KubernetesRemoteCommand ¶
type KubernetesRemoteCommand interface { }
type KubernetesRemoteCommandStream ¶
type KubernetesRemoteCommandStream interface { }
Click to show internal directories.
Click to hide internal directories.