Alex Pietrow
Results
2
comments of
Alex Pietrow
After some investigation I can confirm it's a server-side behavior. Steps to reproduce: 1. Start reverse proxy to kube api-server: `kubectl proxy` 2. Send a GET request to get the...
@motey There is no surprise that python client assigns `None` to `kind`. After the client gets the response from the kube-apiserver, [it serializes it](https://github.com/kubernetes-client/python/blob/master/kubernetes/client/api_client.py#L192). The serializer see V1Deployment object inside...