package
2.7.0+incompatible
Repository: https://github.com/kubernetes/dashboard.git
Documentation: pkg.go.dev

# 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.