anguslees / kubernetes-rs

Kubernetes API client library for Rust
Apache License 2.0
66 stars 4 forks source link

Reorganise crates #18

Closed rbtcollins closed 5 years ago

rbtcollins commented 5 years ago

client subdir for kubernetes_client holding and proxy similarly.

The client crate is empty; holding has the current code, and proxy is also empty, ready for use.

The examples are left in the root crate for discoverability.

No re-exporting done at this time.