kimspect 0.0.36

The missing utility in kubectl to help you inspect container images on your 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};