# Functions
newSharedInformers returns a set of started informers.
# Structs
No description provided by the author
SharedInformers wraps all informers used by controllers so that they are shared across controller implementations.
# Interfaces
No description provided by the author
ControllerInit new controllers should implement this.
ControllerInitArguments are arguments provided to the Init function for a new controller.
LegacyControllerInit old controllers may implement this, and we keep it for backwards compatibility.