Expand description
VM Manager - Lifecycle management for MicroVM instances.
Modules§
- reap
- Crash-recovery reaping of orphaned box runtimes.
Structs§
- VmManager
- VM manager - orchestrates VM lifecycle.
Enums§
- BoxState
- Box state machine.
Functions§
- archive_
stopped_ guest_ native_ rootfs - Stream a stopped guest-native rootfs through a one-shot trusted maintenance VM and always tear that VM down before returning.
Type Aliases§
- Pull
Progress Fn - Callback type for image pull progress:
(current, total, digest, size_bytes).