Ramilito / kubectl.nvim

⎈ Streamline your Kubernetes management within Neovim—control and monitor your cluster seamlessly, all without leaving your coding environment.
Apache License 2.0
325 stars 9 forks source link

fix/no-containers-on-filter #259

Closed mosheavni closed 2 months ago

mosheavni commented 2 months ago

there's an issue when I hit \ on a pod when there is a filter going on, we won't see any container.

I checked who is using ResourceBuilder:view_float and it's only pods and containers. in both cases we want to pass no_filter as true to :process() and include_context and include_filter both as false to :addHints()

Ramilito commented 2 months ago

Nice catch