Mehdy Bohlool
Mehdy Bohlool
/unassign mbohlool
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...