Function find_cluster_services

Source
pub async fn find_cluster_services(
    client: &Client,
    k8s_namespace: &String,
    mz_instance_name: &String,
) -> Result<Vec<ServiceInfo>>
Expand description

Returns Vec<(service_name, ports)> for cluster services