MCPcopy Create free account
hub / github.com/devspace-sh/devspace / Copy

Method Copy

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

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)

Source from the content-addressed store, hash-verified

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

Callers 15

bindataReadFunction · 0.65
DownloadBinaryMethod · 0.65
downloadToMethod · 0.65
moveFileFunction · 0.65
StartLogsWithWriterFunction · 0.65
downloadFileFunction · 0.65
ExecuteRemotelyMethod · 0.65
recursiveTarFunction · 0.65
untarAllFunction · 0.65
logsMethod · 0.65
untarFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected