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

Method RuntimeConfig

integration/remote/remote_runtime.go:214–216  ·  view source on GitHub ↗
(_ *runtimeapi.RuntimeConfigRequest, _ ...grpc.CallOption)

Source from the content-addressed store, hash-verified

212}
213
214func (r *RuntimeService) RuntimeConfig(_ *runtimeapi.RuntimeConfigRequest, _ ...grpc.CallOption) (*runtimeapi.RuntimeConfigResponse, error) {
215 return r.runtimeService.RuntimeConfig(context.Background())
216}
217
218func (r *RuntimeService) ContainerStats(containerID string, _ ...grpc.CallOption) (*runtimeapi.ContainerStats, error) {
219 return r.runtimeService.ContainerStats(context.Background(), containerID)

Callers 1

PodSandboxConfigFunction · 0.45

Calls

no outgoing calls

Tested by 1

PodSandboxConfigFunction · 0.36