vmware-archive / kubewatch

Watch k8s events and trigger Handlers
Apache License 2.0
2.44k stars 445 forks source link

Ability to send namespace events to slack #278

Open anshupande opened 2 years ago

anshupande commented 2 years ago

Hello,

We are in a multi-tenant cluster and we only have access to our namespace in that cluster. Is it possible to get events just for our namespace?

-Anshu

lazee commented 2 years ago

https://github.com/bitnami-labs/kubewatch/blob/master/config/sample.go

If this is what you mean? You should be able to lock to a specific namespace, but I haven't tested myself.