Replies: 1 comment 2 replies
-
There's already an active initiative to replace the current way we are generating the model types by something faster and easier to maintain: #6130 Once this is in, implementing something compliant with what @metacosm suggested should not be difficult. I already have an idea in mind. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Originally suggested by @metacosm in quarkusio/quarkus#42028 (comment)
To improve the behavior of the Fabric8 Kubernetes Client when compiled to a native image using GraalVM, the model types can be implemented in a more generic way so that they are all backed by a common data structure (Map, JsonNode, etc.) that can be easily serialized/deserialized without requiring reflection.
Closely related to quarkusio/quarkus#42110
Additional context:
Originally posted by @mariofusco in quarkusio/quarkus#42028 (comment)
/cc @metacosm @galderz @geoand @jorsol @mariofusco
Beta Was this translation helpful? Give feedback.
All reactions