MCPcopy
hub / github.com/containerd/containerd / Status

Method Status

core/sandbox/controller.go:109–109  ·  view source on GitHub ↗

Status will query sandbox process status. It is heavier than Ping call and must be used whenever you need to gather metadata about current sandbox state (status, uptime, resource use, etc).

(ctx context.Context, sandboxID string, verbose bool)

Source from the content-addressed store, hash-verified

107 // Status will query sandbox process status. It is heavier than Ping call and must be used whenever you need to
108 // gather metadata about current sandbox state (status, uptime, resource use, etc).
109 Status(ctx context.Context, sandboxID string, verbose bool) (ControllerStatus, error)
110 // Shutdown deletes and cleans all tasks and sandbox instance.
111 Shutdown(ctx context.Context, sandboxID string) error
112 // Metrics queries the sandbox for metrics.

Callers 1

StatusMethod · 0.65

Implementers 8

remoteSandboxControllercore/sandbox/proxy/controller.go
fakeSandboxControllerinternal/cri/server/service_test.go
Controllerinternal/cri/server/podsandbox/control
ttrpccontrollerClientapi/services/sandbox/v1/sandbox_ttrpc.
controllerClientapi/services/sandbox/v1/sandbox_grpc.p
UnimplementedControllerServerapi/services/sandbox/v1/sandbox_grpc.p
controllerLocalplugins/sandbox/controller.go
stubControllerplugins/services/sandbox/controller_se

Calls

no outgoing calls

Tested by

no test coverage detected