Documentation ¶ Index ¶ func NewPluginRunner(cmd *cobra.Command, args []string, f *cmdutil.Factory, ...) func() error type ExtensionReference func (r *ExtensionReference) Key() string type PluginCmd Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func NewPluginRunner ¶ func NewPluginRunner(cmd *cobra.Command, args []string, f *cmdutil.Factory, managerOptions *PluginCmd, opts ...flags.GetOption) func() error Types ¶ type ExtensionReference ¶ type ExtensionReference struct { ContextPath string Version string Modules []string } func (*ExtensionReference) Key ¶ func (r *ExtensionReference) Key() string type PluginCmd ¶ type PluginCmd struct { *subcommand.SubCommand Factory *cmdutil.Factory Application string Remove []string Add []string ReplaceAll bool UpdateAll bool RemoveInvalid bool } Source Files ¶ View all Source files plugins.go Click to show internal directories. Click to hide internal directories.