Closed
Description
Hi,
I am using the client-python to retrieve objects and then store them in a data store. So far things work pretty clean.
Now I have an use case where I need to read the previously stored JSON representation of the object, create a client object and modify certain values and then create it in Kubernetes cluster.
I did check out issue #63 which is pretty close. I wanted to check if there is an easy way to do this at all?