everettraven / buoy

A declarative Kubernetes dashboard in your terminal
https://everettraven.github.io/buoy/
Apache License 2.0
60 stars 1 forks source link

Feature: Allow simplified output for item panel #18

Closed everettraven closed 10 months ago

everettraven commented 11 months ago

The current approach renders an entire Kubernetes object YAML, including fields that are empty. It would be nice to have a way to specify that the output should omit empty fields

everettraven commented 10 months ago

Taking a look at some of the libraries used, I'm not sure this is possible. At the very least the item panel shows the same output as kubectl get ... -o yaml