Skip to main content

Module fleet

Module fleet 

Source

Structs§

FleetConfig
Project-level fleet configuration loaded from mvm.toml.
FleetDefaults
ResolvedVm
Resolved VM configuration after merging VM-level > defaults > hardcoded.
VmConfig

Functions§

find_fleet_config
Search for mvm.toml starting 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.