Structs§
- Fleet
Config - Project-level fleet configuration loaded from
mvm.toml. - Fleet
Defaults - Resolved
Vm - Resolved VM configuration after merging VM-level > defaults > hardcoded.
- VmConfig
Functions§
- find_
fleet_ config - Search for
mvm.tomlstarting from cwd, walking up the directory tree. - parse_
fleet_ config - Parse a fleet config from a TOML string.
- resolve_
vm - Resolve a single VM’s effective configuration by merging: VM-specific > [defaults] > hardcoded defaults.