You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
getDomainValue domain_info_condition_completed ".status.conditions[?(@.type==\"Completed\")].status"# "True" when complete
310
310
311
-
domain_info_clusters=$(echo"$domain_info_clusters"| sed 's/"name"//g'| tr -d '[]{}:'| sortlist | sed 's/,/ /')# convert to sorted space separated list
311
+
domain_info_clusters=$(echo"$domain_info_clusters"| sed 's/"name"//g'| tr -d '[]{}:'| sortlist | sed 's/,/ /g')# convert to sorted space separated list
312
312
313
313
# gather observed and goal generation for each cluster:
0 commit comments