Skip to content

Commit

Permalink
Remove plugin command (#833)
Browse files Browse the repository at this point in the history
This change removes the hidden `plugin` command. This command was
intended for debugging the generation of plugin Job and DaemonSet
manifests and is not in active use. There is currently other work in
progress to remove the use of templates when creating plugin resources
which means that a command to render the template is not required. If we
decided to have a debug command there would be further work required to
ensure that the same flow is used as is used in the plugin aggreator.

Signed-off-by: Bridget McErlean <bmcerlean@vmware.com>
  • Loading branch information
zubron authored and johnSchnake committed Aug 12, 2019
1 parent 40a928c commit f68cb44
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 129 deletions.
127 changes: 0 additions & 127 deletions cmd/sonobuoy/app/gen_plugin.go

This file was deleted.

2 changes: 0 additions & 2 deletions cmd/sonobuoy/app/root.go
Expand Up @@ -45,13 +45,11 @@ func NewSonobuoyCommand() *cobra.Command {
cmds.AddCommand(gen)

cmds.AddCommand(NewCmdLogs())
cmds.AddCommand(NewCmdGenPlugin())
cmds.AddCommand(NewCmdVersion())
cmds.AddCommand(NewCmdStatus())
cmds.AddCommand(NewCmdWorker())
cmds.AddCommand(NewCmdRetrieve())
cmds.AddCommand(NewCmdRun())
cmds.AddCommand(NewCmdGenPlugin())
cmds.AddCommand(NewCmdImages())
cmds.AddCommand(NewCmdResults())

Expand Down

0 comments on commit f68cb44

Please sign in to comment.