orchard/pkg/client
Nikolay Edigaryev a64f76a934
controller(api): new "GET /vms/{name}/exec" WebSocket-based endpoint (#408)
* 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.
2026-02-12 13:35:06 +01:00
..
client.go controller(api): new "GET /vms/{name}/exec" WebSocket-based endpoint (#408) 2026-02-12 13:35:06 +01:00
cluster_settings.go Support for sharing files with the host system (#103) 2023-07-04 18:10:53 +04:00
controller.go Controller info endpoint and API integration examples (#75) 2023-04-11 07:28:46 +00:00
events.go Controller info endpoint and API integration examples (#75) 2023-04-11 07:28:46 +00:00
option.go Implement server-side filtering for VMs by worker (#392) 2026-01-29 17:52:24 +01:00
rpc.go Introduce WebSocket-based RPC v2 (#239) 2025-01-30 17:33:32 +04:00
service_accounts.go Only allow simple names when creating workers, VMs, etc. and escape paths in API client (#129) 2023-09-22 14:51:43 -04:00
vms.go controller(api): new "GET /vms/{name}/exec" WebSocket-based endpoint (#408) 2026-02-12 13:35:06 +01:00
workers.go Introduce "orchard {port-forward, vnc} worker WORKER_NAME" (#140) 2023-10-09 18:51:34 +04:00