dapr / components-contrib

Community driven, reusable components for distributed apps
Apache License 2.0
548 stars 480 forks source link

Allow Kubernetes Events binding from all namespaces #3593

Open johansja opened 1 week ago

johansja commented 1 week ago

The current implementation of the Kubernetes Events binding requires the namespace to be a mandatory field.

I would like to propose an enhancement that allows this binding to listen for events across all namespaces within the Kubernetes cluster.