Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DebugExecOptions ¶
type DebugExecutor ¶
type DebugExecutor interface {
Execute(ctx context.Context, options DebugExecOptions) error
}
RemoteExecutor is the debug executor interface
func NewDebugExecutor ¶
func NewDebugExecutor(config *rest.Config) DebugExecutor
NewDebugExecutor returns a debugExecutor
type PodExecOptions ¶
type PodExecOptions struct { Namespace string Name string Container string Command string StandardCmdOpts }
type PodExecutor ¶
type PodExecutor interface {
Execute(ctx context.Context, options PodExecOptions) error
}
PodExecutor is the pod executor interface
func NewPodExecutor ¶
func NewPodExecutor(config *rest.Config) PodExecutor
NewPodExecutor returns a podExecutor
type StandardCmdOpts ¶
Click to show internal directories.
Click to hide internal directories.