Versions in this module Expand all Collapse all v0 v0.24.0 Mar 25, 2022 Changes in this version + var ValidPluginFilenamePrefixes = []string + func NewCmdPlugin(streams genericclioptions.IOStreams) *cobra.Command + func NewCmdPluginList(streams genericclioptions.IOStreams) *cobra.Command + type CommandOverrideVerifier struct + func (v *CommandOverrideVerifier) Verify(path string) []error + type PathVerifier interface + Verify func(path string) []error + type PluginListOptions struct + NameOnly bool + PluginPaths []string + Verifier PathVerifier + func (o *PluginListOptions) Complete(cmd *cobra.Command) error + func (o *PluginListOptions) Run() error