devops-armory 0.6.10

Library to make DevOps work easier, based on russh and actix.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
pub mod cluster;
pub mod deployment;
pub mod namespace;
pub mod pod;
pub mod config;
pub mod service;
pub mod ingress;
pub mod ssl;
pub mod gateway;
pub mod route;
pub mod healthcheck;
pub mod secret;