Andrea Peruffo

Results 396 comments of Andrea Peruffo

> No problem, I will create a new issue with an overview. Appreciated, thanks 🙏 > `uniqueItems` is not supported by Kubernetes. mentioning because its extremely interesting the nuance here...

Thanks for bringing this up @baloo42 ! As mentioned on the related issue: > I would love to see a strawman on how we can leverage this feature. If I...

From the java-generator I think we never generated the "Kubernetes Resource List". This should be sufficient for all the use-cases I'm aware of: `client.resources(ElasticSearch.class)` @fengyinqiao what are you trying to...

Hi @baloo42 and thanks for pointing this out. Regarding the CRD Generator I don't think we have much documentation other than the code itself at this point, maybe @metacosm knows...

> Own Annotations vs Reusing existing Annotations We decided to go full down on using Own Annotations: we don't own the codebase of Jackson etc. and it becomes easily really...

> ideally we would not add support a custom Format annotation. I see the use case for this when using the CRD Generator, at the moment you cannot inject a...

@baloo42 I'll try to catch up with those linked issues in the next few days(I wanna dedicate to this the right amount of attention), feel free to ping me directly...

Reviewing this one and the only note is that I would use `exclusive` as opposed to `inclusive` as it better matches JSONSchema terminology. Feel free to go ahead and we...

You might want to checkout this repo too: https://github.com/operator-framework/josdk-webhooks cc. @csviri