everettraven/buoy

Feature: Allow simplified output for item panel

Closed this issue · 1 comments

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

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