This kinda works, but graalvm native image cannot handle some reflection usage. This makes development very unforseeable. Example:
Caused by: java.lang.IllegalArgumentException: Type io.kubernetes.client.openapi.models.V1PodList is instantiated reflectively but was never registered. Register the type by adding "unsafeAllocated" for the type in reflect-config.json.
This kinda works, but graalvm native image cannot handle some reflection usage. This makes development very unforseeable. Example:
Caused by: java.lang.IllegalArgumentException: Type io.kubernetes.client.openapi.models.V1PodList is instantiated reflectively but was never registered. Register the type by adding "unsafeAllocated" for the type in reflect-config.json.