kubewatch
kubewatch copied to clipboard
Add host field into the metadata in webhook handler
The Kubewatch event contains the Host field which seems to be correctly filled in for Pod resource type. Even though there is such a field present, the webhook (and other handlers) do not publish it. This feature adds the Host field into the EventMeta that are published through webhook handler.