Fabric8 Karpenter CustomResourceDefinition
I have Karpenter running in my K8s Cluster.
I am trying to fetch the Karpenter resources from K8s and have it deserialized into a Model that I wrote and which extends CustomResource<Spec,Status>
.
One way to do this is using a CustomDeserialzier but I’m trying see if I can do without custom deserialization.