anowell / kubeclient-rs

Kubernetes API client in Rust
MIT License
30 stars 12 forks source link

Fixing k8s_openapi paths, this doesn't compile #13

Closed victorgp closed 4 years ago

victorgp commented 5 years ago

The library, as it is, doesn't compile. The paths of k8s_openapi don't match.

Updating the paths.

Using Cargo latest version 1.39.0

anowell commented 4 years ago

Went ahead and merged this. Fwiw, this nudged me to pick up a long-stale major overhaul of this library. :crossed_fingers: that I can get through that before getting distracted by something else.