MCPcopy
hub / github.com/containerd/containerd / Config

Method Config

pkg/cio/io.go:55–55  ·  view source on GitHub ↗

Config returns the IO configuration.

()

Source from the content-addressed store, hash-verified

53type IO interface {
54 // Config returns the IO configuration.
55 Config() Config
56 // Cancel aborts all current io operations.
57 Cancel()
58 // Wait blocks until all io copy operations have completed.

Callers 13

GetOCIStopSignalFunction · 0.65
ConfigMethod · 0.65
UnpackMethod · 0.65
WithImageConfigLabelsFunction · 0.65
ExecMethod · 0.65
NewTaskMethod · 0.65
RestoreMethod · 0.65
TestLogFileBackslashFunction · 0.65
TestNewAttachFunction · 0.65
TestBinaryIOArgsFunction · 0.65
TestBinaryIOAbsolutePathFunction · 0.65
TestLogFileAbsolutePathFunction · 0.65

Implementers 4

ciopkg/cio/io.go
logURIpkg/cio/io.go
ContainerIOinternal/cri/io/container_io.go
ExecIOinternal/cri/io/exec_io.go

Calls

no outgoing calls

Tested by 5

TestLogFileBackslashFunction · 0.52
TestNewAttachFunction · 0.52
TestBinaryIOArgsFunction · 0.52
TestBinaryIOAbsolutePathFunction · 0.52
TestLogFileAbsolutePathFunction · 0.52