# Functions
Create the update command for all registered plugins.
No description provided by the author
NewCmdCompletion creates the `completion` command.
No description provided by the author
No description provided by the author
NewRootCmd initializes the root cobra command including all the flags on root level.
NewRootCmdOptions creates a new option structure for the the root cli command.
No description provided by the author
No description provided by the author
NewRunSingleCommand creates a new run command for the given plugin.
NewRunSingleOptions create a new instance of the RunSingleOptions for the given plugin.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
No description provided by the author
RootCommandOptions stores the the values for global command flags like the kubeconfig and context name.
No description provided by the author
RunSingleOptions contains all options and information that are needed to run a single plugin from the command line.
No description provided by the author
No description provided by the author
No description provided by the author
# Type aliases
No description provided by the author
PreRunInit defines the interface for small helper functions which will perform a late initialization of some already initialized object instances.