Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Command = cli.Command{ Name: "runnergroup", ShortName: "rg", Usage: "deploy multiple runner groups into kubernetes", Flags: []cli.Flag{ cli.StringFlag{ Name: "kubeconfig", Usage: "Path to the kubeconfig file", Value: utils.DefaultKubeConfigPath, }, }, Subcommands: []cli.Command{ runCommand, deleteCommand, resultCommand, serverCommand, statusCommand, }, }
Command represents runnergroup sub-command.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.