-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
com.fasterxml.jackson.databind.JsonMappingException: No resource type found for:v1#List #1429
Comments
Detected in fabric8-launcher/launcher-application#698 |
The problem is because This file is missing in the resulting JAR: https://github.com/fabric8io/kubernetes-client/blob/master/kubernetes-model/kubernetes-model/src/main/resources/META-INF/services/io.fabric8.kubernetes.api.KubernetesResourceMappingProvider |
@rohanKanojia this is a blocker issue and makes the library unusable for Kubernetes List YAMLs |
@iocanel ^^ |
Created a PR with the fix in #1430 |
Works in Kubernetes-client 4.0.7
Test case:
service.cache.yml:
The text was updated successfully, but these errors were encountered: