kubernetes-client / c

Official C client library for Kubernetes
Apache License 2.0
148 stars 49 forks source link

Bazel support #251

Closed joyanta55 closed 4 days ago

joyanta55 commented 1 week ago

Hi, Is there any plan to add BUILD files to support Bazel in the future? Best

brendandburns commented 1 week ago

~BUILD files for what? If it is for specific clients (e.g. Python) that would be something that you should raise in the specific repo (e.g. https://github.com/kubernetes-client/java)~

Oops, I was in the wrong repo, I thought this was the kubernetes-client/gen repo :(

No current plans but happy to review a PR.

joyanta55 commented 1 week ago

~BUILD files for what? If it is for specific clients (e.g. Python) that would be something that you should raise in the specific repo (e.g. https://github.com/kubernetes-client/java)~

Oops, I was in the wrong repo, I thought this was the kubernetes-client/gen repo :(

No current plans but happy to review a PR.

created a PR with this feature.

brendandburns commented 4 days ago

Closing since #254 merged.