pub fn diff_cluster(
target: &ClusterCatalog,
source: &ClusterCatalog,
) -> ClusterChangeSetExpand description
Diff source against target. target = current live cluster state;
source = desired state from roles/*.sql. Resulting ops applied to
target produce source.