Start will start previously created sandbox.
(ctx context.Context, sandboxID string)
| 97 | Create(ctx context.Context, sandboxInfo Sandbox, opts ...CreateOpt) error |
| 98 | // Start will start previously created sandbox. |
| 99 | Start(ctx context.Context, sandboxID string) (ControllerInstance, error) |
| 100 | // Platform returns target sandbox OS that will be used by Controller. |
| 101 | // containerd will rely on this to generate proper OCI spec. |
| 102 | Platform(_ctx context.Context, _sandboxID string) (imagespec.Platform, error) |
no outgoing calls