kubenav/kubenav

Navigate to "Involved Object" from events

philomory opened this issue · 1 comments

When viewing events (such as the list of warnings displayed on the home screen), it'd be nice to be able to navigate from such events directly to the involved object.

For example, being able to click the "involved object" element to be taken directly to the pod in question, here:
image

Hi @philomory, thanks for your input 🙂. With the next version it should be possible to navigate to the involved object in an event and to the owner reference in other resources.

Unfortunately this only works for the standard Kubernetes resources defined here

static Map<String, Resource> map = {
. and not for CRDs.