File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
kubernetes/samples/scripts/domain-lifecycle Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -305,8 +305,8 @@ getDomainInfo() {
305
305
getDomainAIImages domain_info_goal_aiimages_current
306
306
getDomainValue domain_info_api_version " .apiVersion"
307
307
getDomainValue domain_info_condition_failed_str " .status.conditions[?(@.type==\" Failed\" )]" # has full failure messages, if any
308
- getDomainValue domain_info_condition_completed " .status.conditions[?(@.type==\" Completed\" )].status" # "True" when complete
309
308
getDomainValue domain_info_observed_generation " .status.observedGeneration"
309
+ getDomainValue domain_info_condition_completed " .status.conditions[?(@.type==\" Completed\" )].status" # "True" when complete
310
310
311
311
domain_info_clusters=$( echo " $domain_info_clusters " | sed ' s/"name"//g' | tr -d ' []{}:' | sortlist | sed ' s/,/ /' ) # convert to sorted space separated list
312
312
You can’t perform that action at this time.
0 commit comments