alerts

abstract val alerts: MirrorableMap<VpaIdentifier, List<VpaAlert>>

The list of all the known VpaAlerts for each VPA known to the system.

The key is the identifier of the VPA as given by VpaProperties.vpaIdentifier and the value is the list of the known alerts (pending, triggered or finished) for that VPA.

An entry for a particular VPA in the map is only guaranteed to exist and be valid and up-to-date if that VPA's availability state as given by vpaAvailabilityStates is VpaAvailabilityState.AVAILABLE.