@archastro/sdk
    Preparing search index...

    Interface AgentUpgradeSummary

    Aggregate counts of each change type produced by an agent upgrade diff.

    interface AgentUpgradeSummary {
        adds: number;
        noops: number;
        removes: number;
        updates: number;
    }
    Index

    Properties

    adds: number

    Number of child resources that will be created by this upgrade.

    noops: number

    Number of child resources with no changes in this upgrade.

    removes: number

    Number of child resources that will be removed by this upgrade.

    updates: number

    Number of child resources that will be updated by this upgrade.