Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Command = cli.Command{ Name: "scheduler", Usage: "Control a Harpoon scheduler", Description: "Interact with a Harpoon scheduler.", Subcommands: []cli.Command{registryCommand, psCommand, scheduleCommand, unscheduleCommand, migrateCommand}, Flags: []cli.Flag{ cli.StringFlag{ Name: "e, endpoint", Value: "", Usage: "scheduler endpoint (overrides --scheduler)", }, cli.StringFlag{ Name: "s, scheduler", Value: "default", Usage: "read scheduler endpoint from " + schedulerPath + "/default", }, }, Before: parseEndpoint, HideHelp: true, }
Command is the scheduler subcommand.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.