Skip to main content

plan

Function plan 

Source
pub fn plan(
    desired: &[Object],
    observed: &ObservedState,
    state: &StateStore,
    schema: &Schema,
    allow_delete: bool,
) -> Plan
Expand description

build a deterministic plan from desired and observed state.