Andrea Peruffo

Results 396 comments of Andrea Peruffo

Just as a reference the complete list (as of today) of available annotations generated but the `crd-generator` is here: https://github.com/fabric8io/kubernetes-client/blob/master/doc/CRD-generator.md

Pretty confident they will come soon (I have some POCs for this already).

Hi @leoandrea7 , this is not supported yet, although it might be relatively straightforward to implement it. Let's see if @fabiobrz gets intrigued enough 😏 , but, in general, would...

@leoandrea7 quick sanity check, you mentioned `crd-generator` but you meant instead the Java generator, is it correct? Also nullable is already integrated in the current implementation (i.e. 6.0.0-RC1) when you...

AFAIK Strimzi doesn't use JOSDK (so far) but straight client

@leoandrea7 the CRD and Java generators should possibly eventually converge, but they are, ATM two separate tools, so please, file a separate issue (and, possibly, the one on Nullable)

@manusa do we have a ticket to review the `KubernetesResource` usage? (or maybe @shawkins is already on it?)

Full `java-generator` formatting done here: #3933 Should we have a ticket regarding the `KubernetesResource` thing?

@mfuhrmeisterDM sorry for the noise regarding the style formatting, but, regarding this change, I'm not actually sure ... The [official docs](https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/io/Serializable.html) says: > The serialization runtime associates with each serializable...

> However, I'd still point out that a warning would be nice in case there's more than one version and more than one active storage (previous versions weren't deactivated). Kubernetes...