orchard/pkg/resource/v1
Nikolay Edigaryev 60e564da88
Implement restart policy for VMs (#83)
* Implement restart policy for VMs

* Do not update VM.Resource, we only use it as a read-only specification

* Err()/setErr(): use atomic.Pointer instead of sync.Mutex
2023-04-24 19:30:08 +04:00
..
resources.go Resources support (#63) 2023-03-27 17:30:54 +04:00
resources_test.go Resources support (#63) 2023-03-27 17:30:54 +04:00
restart_policy.go Implement restart policy for VMs (#83) 2023-04-24 19:30:08 +04:00
restart_policy_test.go Implement restart policy for VMs (#83) 2023-04-24 19:30:08 +04:00
service_account.go Introduce service accounts and bootstrap tokens (#22) 2023-02-21 11:34:12 -05:00
service_account_role.go Remove worker role (#77) 2023-04-12 12:03:24 +04:00
v1.go Implement restart policy for VMs (#83) 2023-04-24 19:30:08 +04:00
worker.go Introduce "orchard pause" and "orchard resume" commands (#73) 2023-04-07 22:59:41 +04:00