Replies: 1 comment 2 replies
-
@abrarw007 : Are you trying to generate Karpenter CustomResource POJOs from CRD YAML? If yes, have you checked Fabric8 Java Generator? |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, Fabric8 community!
I'm working on a project where I need to fetch the AWS Karpenter resources from my Kubernetes clusters using the Fabric8 GenericKubernetesResourceList model. While I can successfully extract the required JSON spec and other attributes from this model, I'm facing a challenge when it comes to modeling this data into a custom Karpenter class.
Currently, I'm relying on writing a custom Deserializer for my custom Karpenter class to create Karpenter objects from the extracted data. However, I'd like to explore if there's a built-in way within Fabric8 to achieve this without having to implement a custom Deserializer.
Could someone please guide me on whether there's an alternative approach or a built-in feature in Fabric8 that could help me create instances of my custom Karpenter class directly from the GenericKubernetesResourceList model, without the need for a custom Deserializer?
Any insights or suggestions would be greatly appreciated. Thank you in advance for your help!
Beta Was this translation helpful? Give feedback.
All reactions