ExecStream starts a new exec request with given options
(ctx context.Context, options *ExecStreamOptions)
| 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) |
no outgoing calls
no test coverage detected