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

feat/pvc-to-pv #251

Closed mosheavni closed 2 months ago

mosheavni commented 2 months ago

click on PVC to go to the corresponding PV

I decided it's best to use a filter here since we're not going to get the same result twice Plus I really don't see why not use a jsonpath here, does it really matter in this specific case?

Ramilito commented 2 months ago

If we don't need to parse it then it's all good!

Ramilito commented 2 months ago

Looks great! Ready to merge?

mosheavni commented 2 months ago

Yes @Ramilito