ironcore
ironcore copied to clipboard
Make the ori `<kind>ClassMapper` use watch events instead of continuously relisting
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.