David Lum

Results 4 comments of David Lum

I see there is a PR already open for this functionality. I'm not sure if the discussion is better had here or on the PR directly. There has been talk...

Yeah, I'm essentially looking for the functionality of [`__deserialize_model(self, data, klass):`](https://github.com/kubernetes-client/python/blob/ca4f31198e9748f1075af0e02abb8f7e1e174159/kubernetes/client/api_client.py#L614) but made public. Because you have to pass the model and the models include the API version number, the...

That's not quite what I'm looking for. I would like to go from JSON/YAML to client objects defined within this library. If I'm not mistaken your example returns JSON from...