Expand description
Cross-resource analyses that fan IMS / CFS / BSS fetches and link the results in a pure helper.
get_image_analysis+build_cache— image-centric flat projection; one row per IMS image with asafe_to_deleteverdict derived from BSS boot-parameter references. SeeBackendSummary.build_configuration_analysis— pure linker that derives asafe_to_deleteverdict per CFS configuration from CFS components and (optionally) BSS-referenced images. Called fromservice::configuration::get_configurations_with_analysis(the components-only variant served at/configurations).
Structs§
- Backend
Summary - One row of the backend-data summary, anchored on an IMS image.
- Configuration
Analysis - One row of the configuration-deletion-safety analysis.
Functions§
- build_
cache - Pure linker.
- build_
configuration_ analysis - Pure linker for the configuration-deletion-safety analysis.
- get_
image_ analysis - Sequence the two upstream fetches and run the pure linker.
Sequenced rather than concurrent:
get_all_bootparametersreturns a cluster-scale list, and fanning two heavy fetches at the same upstream is the shape that produced upstream connection-resets on the configuration variant.