kubemgr 0.2.0

The fastest way to merge Kubernetes configuration files 🏎.
1
2
3
4
5
6
7
#[derive(Debug)]
pub struct MergeOptions {
    pub files: Vec<String>,
    pub include_current: bool,
    pub dry_run: bool,
    pub output_path: Option<String>,
}