Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ValidPluginFilenamePrefixes = []string{"kk"}
)
Functions ¶
Types ¶
type CommandOverrideVerifier ¶
type CommandOverrideVerifier struct {
// contains filtered or unexported fields
}
func (*CommandOverrideVerifier) Verify ¶
func (v *CommandOverrideVerifier) Verify(path string) []error
Verify implements PathVerifier and determines if a given path is valid depending on whether or not it overwrites an existing kubectl command path, or a previously seen plugin.
type PathVerifier ¶
type PluginListOptions ¶
type PluginListOptions struct { Verifier PathVerifier NameOnly bool PluginPaths []string options.IOStreams }
func (*PluginListOptions) Run ¶
func (o *PluginListOptions) Run() error
Click to show internal directories.
Click to hide internal directories.