Mehdy Bohlool

Results 8 comments of Mehdy Bohlool
trafficstars

The dev setup should be as simple as your haskell dev env + minikube. For a reference implementation look at the stream class in python client at kubernetes-client/python-base.

The spec provided by kubernetes main repo only has three parameters for these calls `name`, `namespace` and `path`. If there is a parameter such as `body` that is missing, we...

Sent a fix for this: https://github.com/kubernetes/kubernetes/pull/54266 If that gets merged, the next version of the client (5.0) should have the fix. Meanwhile we can decide if we want to patch...

@lavalamp should know more about this, but I assume it means we encode the request body with proto instead of json.

I looked briefly. The library needs protoc to be installed using other means than pip. If prefer other python only solutions but if that is only option, we should take...

The change looks good to me, but I wonder why nobody else replied here for 21 days? (I didn't because I was on vacation :)). I would wait for at...