Calculate module status and display as an additional (Healthy - boolean) column when listing installed modules
AC
[x] for managed modules we could use the information about module status from Kyma CR (and avoid doing evaluation in kyma cli logic)
[ ] for modules for which management was disabled kyma cli would need to calculate the status based on module CR (status.state) or, if module doesnt come with module CR, based on manager's status ( find it first in the cluster based on module template.spec.manager).
.spec.manager is not a mandatory field in the module template (also .spec.manager.namespace is not mandatory, but no default value has been documented in CRD)
Description
Calculate module status and display as an additional (
Healthy
- boolean) column when listing installed modulesAC
status.state
) or, if module doesnt come with module CR, based on manager's status ( find it first in the cluster based on module template.spec.manager
).