kubernetes_asyncio icon indicating copy to clipboard operation
kubernetes_asyncio copied to clipboard

Example for connect_get_namespaced_pod_portforward

Open mattjudge opened this issue 2 years ago • 1 comments

It would be extremely useful to have an example use of connect_get_namespaced_pod_portforward.

I see https://github.com/tomplus/kubernetes_asyncio/blob/master/examples/example3.py contains an example for connect_get_namespaced_pod_exec, but it's not clear how to send a port forwarded request to the pod.

mattjudge avatar Oct 21 '22 17:10 mattjudge

Unfortunately it's not supported by the library yet.

tomplus avatar Oct 21 '22 20:10 tomplus