Skip to main content

plan_cluster

Function plan_cluster 

Source
async fn plan_cluster(
    client: &Client,
    executor: &DeploymentExecutor<'_>,
    def: &ClusterDefinition,
) -> Result<ObjectResult, CliError>
Expand description

Plan a single cluster definition: create if missing, alter if drifted, then plan grants, revocations, and comments.