qube

Crates.ioqube
lib.rsqube
version0.4.0
sourcesrc
created_at2018-10-21 23:00:12.411723
updated_at2018-10-24 12:17:57.350314
descriptionKubernetes API client with async features (based on kubeclient)
homepage
repositoryhttps://github.com/vertexclique/qube
max_upload_size
id91922
size74,282
Theo M. Bulut (vertexclique)

documentation

http://docs.rs/qube

README

Kubernetes API client with async features (based on kubeclient)

An ergonomic Kubernetes API client to manage Kubernetes resources

Documentation

docs.rs/qube

Usage

You can find out about the basic usage in examples.

# Ensure you have a valid kubeconfig in admin.conf

## Get secret
cargo run --example get-secret secret123
[...]

## List nodes
cargo run --example list-nodes
[...]

Status

This client is still very incomplete, so expect to file issues and PRs to unblock yourself if you actually take this crate as a dependency.

It has basic support for many common operations, namely the ones I've personally needed, but I'm not yet using this library in production, so it's not very high priority for me. That said, I will commit to discussing issues and reviewing PRs in a timely manner.

Commit count: 7

cargo fmt