rancher 0.1.6

A fledgling rancher client. Just to flip drainOnDelete for my node pools
Documentation
1
2
3
4
5
6
7
8
9
#[derive(Debug, serde::Deserialize)]
#[serde(rename_all = "camelCase")]
pub struct RancherLinks {
    pub nodes: Option<String>,
    pub remove: Option<String>,
    #[serde(rename = "self")]
    pub _self: Option<String>,
    pub update: Option<String>,
}