Is your feature request related to a problem? Please describe.
When debugging a broken crossplane resource or rather a non-healthy Claim / Composite Resource when using crossview I currently start with the Claim, jump to the Composite and then need to click through the resources in the list of Related Resources (mainly the managed resources) and within each of those I need to switch from Overview to Status to find which ones are in a broken state.
Describe the solution you'd like
I'd like to see some sort of indicator of the status of each resource in the list of Related Resources.
One way would be a synced and a ready column as its shown when in for example the Managed Resources view.
This would remove the need to click through all of the resources to find the related resources that are non-healthy and greatly improve the user experience when debugging through crossplane resources by using crossview.
Is your feature request related to a problem? Please describe.
When debugging a broken crossplane resource or rather a non-healthy Claim / Composite Resource when using crossview I currently start with the Claim, jump to the Composite and then need to click through the resources in the list of
Related Resources(mainly the managed resources) and within each of those I need to switch fromOverviewtoStatusto find which ones are in a broken state.Describe the solution you'd like
I'd like to see some sort of indicator of the status of each resource in the list of
Related Resources.One way would be a
syncedand areadycolumn as its shown when in for example theManaged Resourcesview.This would remove the need to click through all of the resources to find the related resources that are non-healthy and greatly improve the user experience when debugging through crossplane resources by using crossview.