rancher 0.2.1

A fledgling rancher client. Just to flip drainOnDelete for my node pools
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
mod cluster;
pub use cluster::*;

mod collection;
pub use collection::*;

mod config_file;
pub use config_file::*;

mod node_pool;
pub use node_pool::*;

mod rancher_links;
pub use rancher_links::*;