Anchorage API reference
    Preparing search index...
    interface SwitchBridgeRemovalAuthority {
        allowedArtifactVersions: readonly string[];
        bridge?: BridgeSnapshot;
        plan?: BridgeMutationPlan;
        prior: PlainBackendSnapshot;
        priorSpec: DeploymentSpec;
        targetSpec: DeploymentSpec;
    }
    Index

    Properties

    allowedArtifactVersions: readonly string[]
    priorSpec: DeploymentSpec
    targetSpec: DeploymentSpec