ironcore icon indicating copy to clipboard operation
ironcore copied to clipboard

Make the ori `<kind>ClassMapper` use watch events instead of continuously relisting

Open adracus opened this issue 3 years ago • 0 comments

Summary

Currently, to map e.g. VolumeClasses of a volumebroker to ori VolumeClasses, we have a VolumeClassMapper that continuously Lists VolumeClasses and maps them. Instead of doing so, we should List only once and then watch for events to update the class mappings.

adracus avatar Feb 06 '23 09:02 adracus