Skip to main content

check_clusters_exist

Function check_clusters_exist 

Source
pub(super) async fn check_clusters_exist(
    client: &Client,
    clusters: &[String],
) -> Result<BTreeSet<String>, ConnectionError>
Expand description

Check which clusters from a set of names exist.

Returns a BTreeSet of cluster names that exist.