kubernetes_asyncio
kubernetes_asyncio copied to clipboard
Example for connect_get_namespaced_pod_portforward
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.
Unfortunately it's not supported by the library yet.