camallo / k8s-client-rs

A pure-Rust asynchronous library for Kubernetes API
3 stars 1 forks source link

k8s-rsgen #2

Open andrenth opened 7 years ago

andrenth commented 7 years ago

Hi

Are you still working on this library? I tried to follow the intructions on api-specs/README.md to build for k8s v1.8, but there's no api-specs/skeleton, and I couln't find anything about k8s-rsgen.

Thanks, Andre

lucab commented 7 years ago

No, I'm not working anymore on this library. I think I may have some uncommitted files, as I didn't reach a working state within a reasonable time. If you are interested in pushing this forward, I can spend some time to re-sync the code and add you as a committer.

andrenth commented 7 years ago

Hi Luca

Honestly I'm too new to both Rust and Kubernetes to take over the project, but if you could add the missing files, I'd like to give it a try.

Cheers.

lucab commented 6 years ago

I pushed generator, templates and initial generated code at https://github.com/camallo/k8s-client-rs/compare/wip/k8s-apigen?expand=1. But I don't expect this to be in a clean nor usable state.