Bernhard Strähle
Bernhard Strähle
> I'd like to keep the core api as simple as possible - whatever is needed to satisfy Quarkus should be good. :+1: > The first option seems good enough....
Thanks for the feedback. To sum it up, I have the following todo's so far: - [x] Return a list of custom resource classes instead of a list of CustomResourceInfo's...
> I need to look deeper at this PR but one thing that is raising my interest is the use of Jandex. The Quarkus extension for the Java Operator SDK...
> > For now Jandex is only used to "scan" for Custom Resource classes. If a project already uses Jandex to create an index (or a dependency, which should be...
I have digged a little bit deeper into QOSDK and tried to integrate the collector from this PR. It's possible with a few changes but I don't think it's worth...