I created this before seeing #102, however, it should be fine to merge this one before that one get merged. That's a bit bigger upgrade so it involves more significant changes.
There was a change to the exec operation in the upstream kubernetes-client (https://github.com/fabric8io/kubernetes-client/pull/4505) where it first calls get on the pod to get the container names, so this changes the mock server to expect this extra call.
I created this before seeing #102, however, it should be fine to merge this one before that one get merged. That's a bit bigger upgrade so it involves more significant changes.
There was a change to the
exec
operation in the upstream kubernetes-client (https://github.com/fabric8io/kubernetes-client/pull/4505) where it first callsget
on the pod to get the container names, so this changes the mock server to expect this extra call.