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)
| 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. |
no outgoing calls
no test coverage detected