package
2.7.0+incompatible
Repository: https://github.com/kubernetes/dashboard.git
Documentation: pkg.go.dev
# Functions
GetPluginList returns all the registered plugins.
GetPluginSource has the logic to get the actual plugin source code from information in Plugin.Spec.
NewPluginHandler creates plugin.Handler.
# Structs
Config holds the information required by the frontend application to bootstrap.
Handler manages all endpoints related to plugin use cases, such as list and get.
Metadata holds least possible plugin information for Config.
PluginList holds only necessary information and is used to map v1alpha1.Plugin to plugin.Plugin.
PluginList holds only necessary information and is used to map v1alpha1.PluginList to plugin.PluginList.