ArchAstro. Types. AgentUpgradeResult
(archastro v0.2.0)
Copy Markdown
The computed diff and outcome of an agent upgrade operation, including the full list of per-resource changes.
Summary
Types
@type t() :: %ArchAstro.Types.AgentUpgradeResult{ changes: [ArchAstro.Types.AgentUpgradeChange.t()], dry_run: boolean(), mode: String.t(), review_fingerprint: String.t() | ArchAstro.Unset.t(), status: String.t(), summary: ArchAstro.Types.AgentUpgradeSummary.t() }
Functions
@spec from_map(ArchAstro.JSON.object()) :: t()
@spec matches?(ArchAstro.JSON.t()) :: boolean()
@spec to_map(t()) :: ArchAstro.JSON.object()