everettraven / buoy

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

Feature: Allow array selector in dot notation #22

Closed everettraven closed 8 months ago

everettraven commented 8 months ago

The dot notation used for getting field information on table panels does not support array indexing or support array values as a return type from the dot notation. This should be allowed

everettraven commented 8 months ago

https://github.com/tidwall/gjson looks like a really nice package that could replace the current dot notation method used. Seems well maintained and widely used.