Skip to main content

Module readiness

Module readiness 

Source
Expand description

Whether a plan may be applied, and what stands in the way.

Readiness is derived, never asserted. Each precondition carries a requirement, each is evaluated against what was observed, and the plan’s readiness is the worst of them. A gap is honest and is not permission: a precondition nobody could evaluate blocks where ownership says it must, and never quietly passes.

Structs§

Precondition
One thing that must hold before an apply.

Enums§

Evaluation
What the observation found.
Readiness
Whether a plan may be applied.
Requirement
How much one precondition weighs.

Functions§

readiness
The worst verdict among the preconditions.