Closed franck102 closed 4 years ago
The correct class is
io.kubernetes.client.openapi.models.V1ObjectMeta
and everything works fine after manually updating the generated code.
this is fixed in yue9944882/java-model-gen:v0.0.3
plz retry w/ that image
I think this can be closed?
/close
as this is addressed
@yue9944882: Closing this issue.
After following the instructions in generate-model-from-third-party-resources.md the classes generated have references to a
io.kubernetes.client.models.IoK8sApimachineryPkgApisMetaV1ObjectMeta
which I cannot find anywhere?The cluster version is 1.15 (minikube) and it contains a number of CRDs from the prometheus-operator (https://github.com/coreos/prometheus-operator).
Here is a typical snippet from the generated code:
The commands I used: