Skip to main content

Module rollout

Module rollout 

Source
Expand description

Rollout policy schema — the typed form of .yubaba/rollout.toml.

Policy files live in the release bundle alongside the WorkloadSpec they govern. Yubaba deserialises the policy and drives the rollout according to the declared strategy, gates, and steps.

Corresponds to §“Rollout policy” in .yah/docs/working/W140-yah-yubaba-ci-cd.md.

Structs§

RolloutFile
Top-level wrapper when reading .yubaba/rollout.toml from disk.
RolloutGate
A single SLO gate evaluated after a step’s gate window elapses.
RolloutPolicy
Rollout policy for a single service — the content of the [rollout] TOML section.
RolloutStep
One step in the ordered rollout sequence.

Enums§

RolloutOnFailure
Failure action for a step.
RolloutStrategy
Rollout strategy.