KubeConfigLoader returns the kube config loader interface
()
| 51 | |
| 52 | // KubeConfigLoader returns the kube config loader interface |
| 53 | KubeConfigLoader() kubeconfig.Loader |
| 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 |
no outgoing calls
no test coverage detected