Skip to content

Latest commit

 

History

History
10 lines (5 loc) · 1.25 KB

File metadata and controls

10 lines (5 loc) · 1.25 KB

Kyma Listener Package

Kyma Listener is a module intended to be used with controller-runtime-based operators. The Listener offers a package to set up event listening for events sent by Runtime Watcher webhook from SKRs.

The package contains the WatchEvents type (mentioned in the architecture overview) to be received from the configured channel and provides a SKREventListener type that implements the Runnable interface to be registered and added to controller-runtime Managers.

For more information on how to set up and use the package, see Configuring Runtime Watcher.