Skip to main content

Module apply

Module apply 

Source
Expand description

Legacy/provider-oriented multi-target implementation module.

Prefer multi_target or surface::multi_target for new call sites. Legacy/provider-oriented multi-target deployment orchestration.

This module still contains the older generic deployment-pack execution path used for non-single-vm targets. The stable OSS single-VM path lives in crate::single_vm.

Structs§

ApplyPayload
CapabilityPayload
DestroyPayload
ExecutionReport
GeneratePayload
OperationResult
OutputValidation
PlanPayload
RollbackPayload
StatusPayload

Enums§

OperationPayload

Functions§

render_operation_result
run
run_with_plan
Executes a deployment given an already constructed PlanContext.