Bernhard Strähle

Results 45 comments of Bernhard Strähle

TBD: - At the moment, `double` is used. Is this a problem in combination with "inclusiveness"? (if we want to do later more...) - What validations should be applied during...

PoC: https://github.com/baloo42/kubernetes-client/pull/3

I already used JOSDK-webhooks as well as JOSDK, QOSDK and of course fabric8/kubernetes-client in a few real world projects. And I love it ;) My last project for example was...

> feel free to create issues for those and pls describe the enhancement for the current approach. Note that currently we are working on v5, so we can make some...

This has for me a lower priority compared to other missing features I'm currently working on. But I already had such a requirement and I'm sure I will have it...

Would be nice, thanks! You only have to implement it in crd-generator/api-v2 ("api v2"). New features for crd-generator/api ("api v1") won't get merged by the maintainers. So it is kind...

I'm working on a prototype atm...

Working Prototype: https://github.com/baloo42/kubernetes-client/tree/crd-generator-maven-plugin/crd-generator/maven-plugin https://github.com/shawkins/kubernetes-client/pull/11

> Regarding the PR to Steven's branch, I'd try not to make that branch more complex and merge it ASAP as is. If we keep adding stuff to the branch,...

Another approach would be to rely on a pre-existing jandex index which the user must provide. (e.g. by using the jandex-maven or gradle plugin). But I think it's not user...