MCPcopy Index your code
hub / github.com/containerd/containerd / RuntimeService

Struct RuntimeService

integration/remote/remote_runtime.go:53–57  ·  view source on GitHub ↗

RuntimeService adapts the upstream CRI client to the legacy integration interface used by containerd's integration tests.

Source from the content-addressed store, hash-verified

51// RuntimeService adapts the upstream CRI client to the legacy integration
52// interface used by containerd's integration tests.
53type RuntimeService struct {
54 runtimeService upstreamapi.RuntimeService
55 runtimeClient runtimeapi.RuntimeServiceClient
56 runtimeConn *grpc.ClientConn
57}
58
59// NewRuntimeService creates a legacy-style CRI runtime client backed by the
60// upstream Kubernetes CRI client.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected