command

package
v0.3.2 Latest Latest
Warning

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

Go to latest
Published: Apr 22, 2016 License: MPL-2.0 Imports: 23 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// DefaultInitName is the default name we use when
	// initializing the example file
	DefaultInitName = "example.nomad"
)
View Source
const (
	// Names of environment variables used to supply various
	// config options to the Nomad CLI.
	EnvNomadAddress = "NOMAD_ADDR"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type AgentInfoCommand

type AgentInfoCommand struct {
	Meta
}

func (*AgentInfoCommand) Help

func (c *AgentInfoCommand) Help() string

func (*AgentInfoCommand) Run

func (c *AgentInfoCommand) Run(args []string) int

func (*AgentInfoCommand) Synopsis

func (c *AgentInfoCommand) Synopsis() string

type AllocStatusCommand

type AllocStatusCommand struct {
	Meta
}

func (*AllocStatusCommand) Help

func (c *AllocStatusCommand) Help() string

func (*AllocStatusCommand) Run

func (c *AllocStatusCommand) Run(args []string) int

func (*AllocStatusCommand) Synopsis

func (c *AllocStatusCommand) Synopsis() string

type ClientConfigCommand

type ClientConfigCommand struct {
	Meta
}

func (*ClientConfigCommand) Help

func (c *ClientConfigCommand) Help() string

func (*ClientConfigCommand) Run

func (c *ClientConfigCommand) Run(args []string) int

func (*ClientConfigCommand) Synopsis

func (c *ClientConfigCommand) Synopsis() string

type EvalMonitorCommand

type EvalMonitorCommand struct {
	Meta
}

func (*EvalMonitorCommand) Help

func (c *EvalMonitorCommand) Help() string

func (*EvalMonitorCommand) Run

func (c *EvalMonitorCommand) Run(args []string) int

func (*EvalMonitorCommand) Synopsis

func (c *EvalMonitorCommand) Synopsis() string

type ExecutorPluginCommand added in v0.3.0

type ExecutorPluginCommand struct {
	Meta
}

func (*ExecutorPluginCommand) Help added in v0.3.0

func (e *ExecutorPluginCommand) Help() string

func (*ExecutorPluginCommand) Run added in v0.3.0

func (e *ExecutorPluginCommand) Run(args []string) int

func (*ExecutorPluginCommand) Synopsis added in v0.3.0

func (e *ExecutorPluginCommand) Synopsis() string

type FSCatCommand added in v0.3.0

type FSCatCommand struct {
	Meta
}

func (*FSCatCommand) Help added in v0.3.0

func (f *FSCatCommand) Help() string

func (*FSCatCommand) Run added in v0.3.0

func (f *FSCatCommand) Run(args []string) int

func (*FSCatCommand) Synopsis added in v0.3.0

func (f *FSCatCommand) Synopsis() string

type FSCommand added in v0.3.0

type FSCommand struct {
	Meta
}

func (*FSCommand) Help added in v0.3.0

func (f *FSCommand) Help() string

func (*FSCommand) Run added in v0.3.0

func (f *FSCommand) Run(args []string) int

func (*FSCommand)