orchard/pkg/resource/v1
Kyle Fuhrmann 25d8d9d1c0 Add --no-audio support to VM spec
tart run supports --no-audio to disable host audio pass-through, but
there was no way to request it through a VM's spec - Headless, Nested,
and Suspendable all have a flag/field but audio didn't. Useful on
headless hosts with no audio hardware, where audio pass-through can
make guest CoreAudio depend on host audio services that don't exist.
2026-08-07 10:06:32 -07:00
..
cluster_settings.go Badger store: avoid code duplication by using generic methods (#369) 2025-11-17 18:34:59 +04:00
cmp_test.go Simplify state reconciliation and support changing Softnet settings (#364) 2025-11-06 20:56:31 +04:00
filter.go Implement server-side filtering for VMs by worker (#392) 2026-01-29 17:52:24 +01:00
filter_test.go Implement server-side filtering for VMs by worker (#392) 2026-01-29 17:52:24 +01:00
host_dir.go API: do not return null when methods returning a list have no items (#170) 2024-04-29 15:49:09 -04:00
host_dir_policy.go API: do not return null when methods returning a list have no items (#170) 2024-04-29 15:49:09 -04:00
host_dir_policy_test.go Support URLs in hostDir policies (#146) 2023-10-24 21:01:34 +04:00
host_dir_test.go HostDir: support URLs in path (#142) 2023-10-11 18:37:24 +04:00
image_pull_policy.go orchard create vm: support --image-pull-policy=Always (#110) 2023-07-26 17:43:14 +04:00
labels.go Support scheduling by labels (#244) 2025-02-06 18:05:36 +04:00
labels_test.go Support scheduling by labels (#244) 2025-02-06 18:05:36 +04:00
resources.go Worker: automatically scrape logical cores and memory size (#341) 2025-09-17 00:13:42 +04:00
resources_test.go Schedule opportunistically and more granularly (#225) 2024-12-03 14:11:48 +00: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 Implement server-side filtering for VMs by worker (#392) 2026-01-29 17:52:24 +01:00
service_account_role.go Introduce "compute:connect" role (#393) 2026-01-29 19:55:28 +01:00
v1.go Add --no-audio support to VM spec 2026-08-07 10:06:32 -07:00
vm_condition.go Ability to set VM's power state and retrieve backing Tart VM's name (#373) 2025-12-02 16:43:17 -05:00
vm_condition_test.go Ability to set VM's power state and retrieve backing Tart VM's name (#373) 2025-12-02 16:43:17 -05:00
watch_instruction.go Introduce WebSocket-based RPC v2 (#239) 2025-01-30 17:33:32 +04:00
worker.go Support Vetu virtualization on Linux in addition to Tart on macOS (#419) 2026-03-16 11:12:28 +01:00