Expand description
Stateless Compose-to-Runtime translation.
This module builds deterministic Runtime inputs from a parsed Compose project. It deliberately owns no running-unit registry, persisted lifecycle state, or Cloud desired state; those concerns stay with their callers.
Structs§
- Compose
Runtime Plan - Stateless plan for translating one Compose project into Runtime inputs.
- Health
Check Spec - Parsed health check specification (runtime-friendly).
Type Aliases§
- Compose
Project Deprecated - Compatibility name for the former stateful Compose project type.