# Functions
No description provided by the author
RegisterUIPluginGeneratingHandler configures a UIPluginController to execute a UIPluginGeneratingHandler for every events observed, passing the returned objects to the provided apply.Apply.
RegisterUIPluginStatusHandler configures a UIPluginController to execute a UIPluginStatusHandler for every events observed.
# Interfaces
No description provided by the author
UIPluginCache interface for retrieving UIPlugin resources in memory.
UIPluginClient interface for managing UIPlugin resources in Kubernetes.
UIPluginController interface for managing UIPlugin resources.
# Type aliases
UIPluginGeneratingHandler is the top-level handler that is executed for every UIPlugin event.
UIPluginStatusHandler is executed for every added or modified UIPlugin.