MCPcopy
hub / github.com/containerd/containerd / Client

Method Client

core/runtime/v2/shim.go:199–199  ·  view source on GitHub ↗

Client returns the underlying TTRPC or GRPC client object for this shim. The underlying object can be either *ttrpc.Client or grpc.ClientConnInterface.

()

Source from the content-addressed store, hash-verified

197 // Client returns the underlying TTRPC or GRPC client object for this shim.
198 // The underlying object can be either *ttrpc.Client or grpc.ClientConnInterface.
199 Client() any
200 // Delete will close the client and remove bundle from disk.
201 Delete(ctx context.Context) error
202 // Endpoint returns shim's endpoint information,

Callers 12

FuzzFetcherFunction · 0.65
samplePusherFunction · 0.65
TestFetcherOpenFunction · 0.65
TestFetcherOpenParallelFunction · 0.65
TestContentEncodingFunction · 0.65
TestDockerFetcherOpenFunction · 0.65
newShimTaskFunction · 0.65
CreateMethod · 0.65
StartMethod · 0.65
getSandboxMethod · 0.65

Implementers 1

shimcore/runtime/v2/shim.go

Calls

no outgoing calls

Tested by 8

FuzzFetcherFunction · 0.52
samplePusherFunction · 0.52
TestFetcherOpenFunction · 0.52
TestFetcherOpenParallelFunction · 0.52
TestContentEncodingFunction · 0.52
TestDockerFetcherOpenFunction · 0.52