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.