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

Method ListPodSandbox

integration/remote/remote_runtime.go:151–153  ·  view source on GitHub ↗
(filter *runtimeapi.PodSandboxFilter, _ ...grpc.CallOption)

Source from the content-addressed store, hash-verified

149}
150
151func (r *RuntimeService) ListPodSandbox(filter *runtimeapi.PodSandboxFilter, _ ...grpc.CallOption) ([]*runtimeapi.PodSandbox, error) {
152 return r.runtimeService.ListPodSandbox(context.Background(), filter)
153}
154
155func (r *RuntimeService) CreateContainer(podSandboxID string, config *runtimeapi.ContainerConfig, sandboxConfig *runtimeapi.PodSandboxConfig, _ ...grpc.CallOption) (string, error) {
156 return r.runtimeService.CreateContainer(context.Background(), podSandboxID, config, sandboxConfig)

Calls

no outgoing calls