# Interfaces

Poller interface is responsible for periodically polling specific resource.
Synchronizer is used to watch over a kubernetes resource changes in real time.
SynchronizerManager interface is responsible for creating specific synchronizers.

# Type aliases

ActionHandlerFunction is a callback function that can be registered on a watch event.