package
0.0.0-20191024030528-a481964b876e
Repository: https://github.com/divinerapier/learn-kubernetes.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Functions

HandlePluginCommand receives a pluginHandler and command-line arguments and attempts to find a plugin executable on the PATH that satisfies the given arguments.
NewDefaultKubectlCommand creates the `kubectl` command with default arguments.
NewDefaultKubectlCommandWithArgs creates the `kubectl` command with arguments.
NewDefaultPluginHandler instantiates the DefaultPluginHandler with a list of given filename prefixes used to identify valid plugin filenames.
NewKubectlCommand creates the `kubectl` command and its nested children.

# Structs

DefaultPluginHandler implements PluginHandler.

# Interfaces

PluginHandler is capable of parsing command line arguments and performing executable filename lookups to search for valid plugin files, and execute found plugins.