MCPcopy Index your code
hub / github.com/devspace-sh/devspace / ExecStream

Method ExecStream

pkg/devspace/kubectl/client.go:63–63  ·  view source on GitHub ↗

ExecStream starts a new exec request with given options

(ctx context.Context, options *ExecStreamOptions)

Source from the content-addressed store, hash-verified

61
62 // ExecStream starts a new exec request with given options
63 ExecStream(ctx context.Context, options *ExecStreamOptions) error
64
65 // ExecBuffered starts a new exec request, waits for it to finish and returns the stdout and stderr to the caller
66 ExecBuffered(ctx context.Context, pod *k8sv1.Pod, container string, command []string, input io.Reader) ([]byte, []byte, error)

Callers 11

startTerminalFunction · 0.65
startSSHWithRestartFunction · 0.65
StartAttachFromCMDFunction · 0.65
StartAttachFunction · 0.65
StartStreamFunction · 0.65
ExecuteRemotelyMethod · 0.65
hasHookExecutedFunction · 0.65
recordHookExecutedFunction · 0.65
downloadFromPodFunction · 0.65
enterMethod · 0.65
ExecContainerFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected