kelper 0.0.30

A CLI tool to serve as swiss-army knife for your operations on Kubernetes pods and nodes
Documentation
1
2
3
4
5
6
7
mod args;
mod commands;
mod formats;

pub use args::Args;
pub use commands::{Commands, GetImages};
pub use formats::{LogFormat, OutputFormat};