kubernetes-client / c

Official C client library for Kubernetes
Apache License 2.0
141 stars 45 forks source link

Unit test tool for c client #153

Closed joyantamishu closed 1 year ago

joyantamishu commented 1 year ago

Hi, Do you have any plan to come up with the k8s unit test facility in Kubernetes C client, or it's already been implemented? I see Golang client repo contains module like fake client, in order to unit test the k8s API, wondering if there is anything like that in C.

Thanks in advance.

brendandburns commented 1 year ago

There's nothing like this currently planned, we would take PRs to achieve this, it would probably involve mocking out libcurl.