Expand description
Planning module for deployment operations.
This module handles the comparison between desired and observed states, generating execution plans for applying changes.
Structs§
- Deployment
Plan - A complete deployment plan.
- Diff
Engine - Engine for computing diffs between desired and observed states.
- Plan
Executor - Executor for deployment plans.
- Planned
Action - A single planned action.
- Resource
Diff - Difference for a single resource.
Enums§
- Action
Type - Types of actions in a plan.
- Diff
Type - Type of difference detected.