scheduler

package
v0.0.0-...-87f958c Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 13, 2015 License: BSD-2-Clause Imports: 21 Imported by: 0

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL