kubernetes-client / c

Official C client library for Kubernetes
Apache License 2.0
144 stars 46 forks source link

So far, the C client does not support websocket releated features e.g. exec, attach, and port-forward. #56

Closed minerba closed 3 years ago

minerba commented 3 years ago

So far, the C client does not support websocket releated features e.g. exec, attach, and port-forward.

Originally posted by @ityuhui in https://github.com/kubernetes-client/c/issues/55#issuecomment-808639654

@ityuhui Do you have any plans to provide exec Pod api in the future?

(CoreV1API_connectGetNamespacedPodPortforward(apiClient_t apiClient, char name , char * _namespace , int ports ))

ityuhui commented 3 years ago

I'm interested but not sure when to implement. First of all I need find a websocket library because libcurl does not support websocket now...