Module planner

Module planner 

Source
Expand description

Planning module for deployment operations.

This module handles the comparison between desired and observed states, generating execution plans for applying changes.

Structs§

DeploymentPlan
A complete deployment plan.
DiffEngine
Engine for computing diffs between desired and observed states.
PlanExecutor
Executor for deployment plans.
PlannedAction
A single planned action.
ResourceDiff
Difference for a single resource.

Enums§

ActionType
Types of actions in a plan.
DiffType
Type of difference detected.