Chris Laprun
Chris Laprun
One option could also be to stand up a Kube server and retrieve the CRDs from it and then use the Java generator :)
I can think of two options at the moment: either a class level annotation allowing you to specify which path you want to add as a printer column, similarly to...
I haven't looked at this in a long time and probably don't have time to take it on anymore. Feel free to re-assign it to someone else.
Indeed, there seems to be an issue: https://github.com/quarkusio/quarkus/issues/38613
May I ask why you need to deactivate the probes, actually? Considering making the probes controlled by a QOSDK property, just trying to figure out what the use case is...
The Quarkus extension uses whatever version of the client is provided by Quarkus, so this issue should be brought up at the Quarkus level.
> BTW: overall I still think that the ability to specify watch namespaces per controller is introducing a horrible amount of complexity for cases which are not really used in...
> > BTW: overall I still think that the ability to specify watch namespaces per controller is introducing a horrible amount of complexity for cases which are not really used...
> > If quarkus.kubernetes.namespace is set, it should use that for the subject namespace. > > Unfortunately it's not that simple.. if that is set, the `metadata.namespace` of everything will...
> > > I'd like it to be as simple as > > @metacosm any thoughts on radical simplification as proposed above? I think I'd need to see a more...