ubi-rs 0.1.6

A Rust cli and library for ubicloud API
Documentation
1
2
3
4
5
6
7
8
9
10
11
pub mod client;
pub mod commands;
pub mod errors;
pub mod serde_ext;
mod ubiclient;
pub use ubiclient::UbiClient;
pub mod models {
    pub use super::commands::kc::{
        ClusterItem, QueryParams, ReqClusterCreate, ResponseListKubernetesClusters,
    };
}