MCPcopy Index your code
hub / github.com/devspace-sh/devspace / CopyFromReader

Method CopyFromReader

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

CopyFromReader copies and extracts files into the container from the reader interface

(ctx context.Context, pod *k8sv1.Pod, container, containerPath string, reader io.Reader)

Source from the content-addressed store, hash-verified

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.

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected