kubernetes-client / c

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

Please add C++ client for kubernetes #88

Closed soroshsabz closed 2 years ago

soroshsabz commented 2 years ago

ITNOA

I think, it is very useful to add native modern C++ client to interact with Kubernetes.

ityuhui commented 2 years ago

Generating a new client of C++ is not the scope of this repo (client c). Some developers including me need a C client and it can be integrated with C++ project easily.

but if you have interest to do this, I'd like to work with you.

soroshsabz commented 2 years ago

@ityuhui How to submit? I do not find base repo in kubernetes-client to make PR for it

How can I create new repo in kubernetes-client? or who can something like this?

ityuhui commented 2 years ago

A formal process is required to create a repo in kubernetes-client, e.g. https://github.com/kubernetes/org/issues/1700

But first of all, you need generate a C++ client.

soroshsabz commented 2 years ago

thanks very much, so I close this issue