rancher

Crates.iorancher
lib.rsrancher
version0.2.1
sourcesrc
created_at2021-08-25 15:41:30.858575
updated_at2023-06-07 20:09:39.043793
descriptionA fledgling rancher client. Just to flip drainOnDelete for my node pools
homepage
repository
max_upload_size
id442228
size11,273
Xavier Lange (xrl)

documentation

README

Rancher Rust SDK

Need to toggle a node pool's drain before delete? You're in the right place.

You will need the rancher cli to login to servers, generating the .rancher/cli2.json file in your home directory.

Login to servers like this:

% rancher login https://my.rancher.server.com --token token-asdf123:supersecret --name https://my.rancher.server.com

then you can use that name with this library

Commit count: 0

cargo fmt