Skip to main content

Module compose

Module compose 

Source
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§

ComposeRuntimePlan
Stateless plan for translating one Compose project into Runtime inputs.
HealthCheckSpec
Parsed health check specification (runtime-friendly).

Type Aliases§

ComposeProjectDeprecated
Compatibility name for the former stateful Compose project type.