kftray-portforward 0.27.30

KFtray library with port forwarding logic
Documentation
1
2
3
4
5
6
7
8
9
/// Resources created for expose
#[derive(Debug)]
pub struct ExposeResources {
    pub deployment_name: String,
    pub service_name: String,
    pub ingress_name: Option<String>,
    pub pod_ip: String,
    pub pod_name: String,
}