Skip to main content

find_missing_clusters

Function find_missing_clusters 

Source
async fn find_missing_clusters(
    client: &Client,
    planned_project: &Project,
) -> Result<Vec<String>, DatabaseValidationError>
Expand description

Checks whether all cluster dependencies referenced by the project are present.