kubenix icon indicating copy to clipboard operation
kubenix copied to clipboard

fix ConfigMap data with leading underscore (#44)

Open felixscheinost opened this issue 1 year ago • 1 comments

I tried doing the least amount of changes to fix keys with leading underscore in ConfigMap data.

felixscheinost avatar Nov 21 '23 19:11 felixscheinost

I believe attrs starting with _ are filtered due to some specific “special” attrs which are use throughout the module system. See: https://github.com/search?q=repo%3Ahall%2Fkubenix+._&type=code

It might be better to compile a list of these and only exclude this specific list (everywhere).

adrian-gierakowski avatar Nov 21 '23 21:11 adrian-gierakowski