Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Command = &cli.Command{ Name: "toolkit", Usage: "run cluster toolkit", Flags: []cli.Flag{ app.NamespaceFlag, }, Action: func(ctx context.Context, cmd *cli.Command) error { client := app.MustClient(ctx, cmd) namespace := app.Namespace(ctx, cmd) if namespace == "" { namespace = client.Namespace() } command := cmd.Args().Slice() return RunToolKit(ctx, client, namespace, command) }, }
Functions ¶
func RunToolKit ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.