orchard/internal/controller
Nikolay Edigaryev cd9794197b
API: update service account fields on PUT (#198)
* API: update service account fields on PUT

* Disable G115 integer overflow linter of gosec
2024-08-21 20:03:52 +04:00
..
notifier More RPC-related logs (#136) 2023-09-27 20:16:00 +04:00
rendezvous API endpoint and associated RPC changes to resolve VMs IP's (#188) 2024-07-03 22:56:43 +04:00
scheduler Produce OpenTelemetry metrics (#185) 2024-06-24 18:19:51 +04:00
sshserver API endpoint and associated RPC changes to resolve VMs IP's (#188) 2024-07-03 22:56:43 +04:00
store API: do not return null when methods returning a list have no items (#170) 2024-04-29 15:49:09 -04:00
api.go API endpoint and associated RPC changes to resolve VMs IP's (#188) 2024-07-03 22:56:43 +04:00
api_cluster_settings.go Retry DB transactions on badger.ErrConflict (#114) 2023-08-15 15:18:47 +04:00
api_controller.go Controller info endpoint and API integration examples (#75) 2023-04-11 07:28:46 +00:00
api_service_accounts.go API: update service account fields on PUT (#198) 2024-08-21 20:03:52 +04:00
api_test.go REST API: provide error messages in error responses (#66) 2023-03-27 14:12:03 -04:00
api_vms.go API(VM): new image FQN (fully-qualified name) field (#165) 2024-04-15 20:14:44 +04:00
api_vms_ip.go Default ?wait= to 0 seconds (#190) 2024-07-03 23:07:14 +04:00
api_vms_portforward.go Default ?wait= to 0 seconds (#190) 2024-07-03 23:07:14 +04:00
api_workers.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
api_workers_portforward.go Introduce "orchard {port-forward, vnc} worker WORKER_NAME" (#140) 2023-10-09 18:51:34 +04:00
controller.go API endpoint and associated RPC changes to resolve VMs IP's (#188) 2024-07-03 22:56:43 +04:00
datadir.go Orchard Controller: implement an SSH server that acts as a jump host (#179) 2024-06-11 19:32:45 +04:00
errorresponse.go REST API: provide error messages in error responses (#66) 2023-03-27 14:12:03 -04:00
option.go orchard controller run: introduce --insecure-ssh-no-client-auth (#187) 2024-06-28 23:55:18 +04:00
rpc.go API endpoint and associated RPC changes to resolve VMs IP's (#188) 2024-07-03 22:56:43 +04:00