CopyFromReader copies and extracts files into the container from the reader interface
(ctx context.Context, pod *k8sv1.Pod, container, containerPath string, reader io.Reader)
| 54 | |
| 55 | // CopyFromReader copies and extracts files into the container from the reader interface |
| 56 | CopyFromReader(ctx context.Context, pod *k8sv1.Pod, container, containerPath string, reader io.Reader) error |
| 57 | |
| 58 | // Copy copies and extracts files into the container from the local path excluding the ones specified |
| 59 | // in the exclude array. |
no outgoing calls
no test coverage detected