Platform returns target sandbox OS that will be used by Controller. containerd will rely on this to generate proper OCI spec.
(_ctx context.Context, _sandboxID string)
| 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) |
| 103 | // Stop will stop sandbox instance |
| 104 | Stop(ctx context.Context, sandboxID string, opts ...StopOpt) error |
| 105 | // Wait blocks until sandbox process exits. |
no outgoing calls
no test coverage detected