Tim Schrodi

Results 13 comments of Tim Schrodi

I started working in a fix for this. But it requires a change in the generator to add the group and version information to every type. See the related PR:...

@brendandburns >https://github.com/kubernetes-client/java/blob/043f86810ce7c7a532ea46c5fe43d67f21dbadc2/util/src/main/java/io/kubernetes/client/util/ModelMapper.java#L52 I'm not sure if that works as expected. If I read the code correctly, it does read the classes from `io.kubernetes.client.openapi.models` (e.g. [V1DeamoSet](https://github.com/kubernetes-client/java/blob/043f86810ce7c7a532ea46c5fe43d67f21dbadc2/kubernetes/src/main/java/io/kubernetes/client/openapi/models/V1DaemonSet.java#L58)). Then the apiGroup is parsed...

Yes we should reopen it until it's completely fixed