MCPcopy
hub / github.com/containerd/containerd / controllerLocal

Struct controllerLocal

plugins/sandbox/controller.go:95–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93}
94
95type controllerLocal struct {
96 root string
97 state string
98 shims *v2.ShimManager
99 publisher events.Publisher
100}
101
102var _ sandbox.Controller = (*controllerLocal)(nil)
103

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected