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
Is your feature request related to a problem? Please describe.
Currently I have would like to list more resources in the workload view, as CRDs, helmreleases, externalsecrets or anything but they are currently hardcoded
Describe the solution you'd like
Having the current resources as default resources for the workload view but also having it customizable via a config file
We could have something generic on the workload's dao to show the status, ready and validity
Adding a new customizable field on the config for the workloadGVRs, if not set it would use the default ones but if set it would override them
The configuration would have information about how to show the data (readiness, status, validity)
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Having an other view specifically for these scenario and keeping the workload view as it is
Additional context
I'm currently working on a PR about that, don't hesitate if you've got any feedback or issue about this feature
Thanks !
(I really enjoy using k9s ! Keep going !)
The text was updated successfully, but these errors were encountered:
@derailed Hello, I've open the draft PR, I'm still working on it (still quite some stuff to cleanup / documentations etc.)
I wanted to ask you, do you have a way to generate the k9s.json schema for the config ? I didn't see anything from the Makefile ?
Thanks !
I've updated the schema for the k9s.json manually, but maybe it could be nice to have a way to generate it automatically by using the Makefile or similar
Is your feature request related to a problem? Please describe.
Currently I have would like to list more resources in the workload view, as CRDs, helmreleases, externalsecrets or anything but they are currently hardcoded
Describe the solution you'd like
Having the current resources as default resources for the workload view but also having it customizable via a config file
We could have something generic on the workload's dao to show the status, ready and validity
Adding a new customizable field on the config for the workloadGVRs, if not set it would use the default ones but if set it would override them
The configuration would have information about how to show the data (readiness, status, validity)
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Having an other view specifically for these scenario and keeping the workload view as it is
Additional context
I'm currently working on a PR about that, don't hesitate if you've got any feedback or issue about this feature
Thanks !
(I really enjoy using k9s ! Keep going !)
The text was updated successfully, but these errors were encountered: