Copy copies and extracts files into the container from the local path excluding the ones specified in the exclude array.
(ctx context.Context, pod *k8sv1.Pod, container, containerPath, localPath string, exclude []string)
| 58 | // Copy copies and extracts files into the container from the local path excluding the ones specified |
| 59 | // in the exclude array. |
| 60 | Copy(ctx context.Context, pod *k8sv1.Pod, container, containerPath, localPath string, exclude []string) error |
| 61 | |
| 62 | // ExecStream starts a new exec request with given options |
| 63 | ExecStream(ctx context.Context, options *ExecStreamOptions) error |
no outgoing calls
no test coverage detected