Defining a release
These pages cover what goes in a StageSet’s spec: the ordered stages, where
each one reads from, and how each stage applies, verifies, and is cleaned up.
Each page has a complete, copy-pasteable example; the
API reference
has the exhaustive field-by-field detail.
- Stages and sources — the ordered stages and the Flux source each one applies.
- Actions — typed pre, post, and on-failure steps around a stage’s apply.
- Ready checks — hold a stage until its objects report healthy.
- Conflict policies — what to do when an apply hits an immutable-field conflict.
- Inventory and pruning — how the controller tracks and removes what each stage applied.