Documentation
¶
Index ¶
- Constants
- type AgentInfoCommand
- type AllocStatusCommand
- type ClientConfigCommand
- type EvalMonitorCommand
- type ExecutorPluginCommand
- type FSCatCommand
- type FSCommand
- type FSListCommand
- type FSStatCommand
- type FlagSetFlags
- type InitCommand
- type InspectCommand
- type Meta
- type NodeDrainCommand
- type NodeStatusCommand
- type RunCommand
- type ServerForceLeaveCommand
- type ServerJoinCommand
- type ServerMembersCommand
- type StatusCommand
- type StopCommand
- type SyslogPluginCommand
- type ValidateCommand
- type VersionCommand
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