* controller(api): new "GET /vms/{name}/exec" WebSocket-based endpoint
* Split SSH connection and execution to avoid standard input handoff
* execstream: make Exit field a pointer again
To support serializing exit codes equal to 0.
|
||
|---|---|---|
| .. | ||
| client.go | ||
| cluster_settings.go | ||
| controller.go | ||
| events.go | ||
| option.go | ||
| rpc.go | ||
| service_accounts.go | ||
| vms.go | ||
| workers.go | ||