Home
last modified time | relevance | path

Searched defs:AllocStopCommand (Results 1 – 2 of 2) sorted by relevance

/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/nomad/command/
H A Dalloc_stop.go8 type AllocStopCommand struct { struct
9 Meta
12 func (a *AllocStopCommand) Help() string {
41 func (c *AllocStopCommand) Name() string { return "alloc stop" }
43 func (c *AllocStopCommand) Run(args []string) int {
126 func (a *AllocStopCommand) Synopsis() string {
/dports/sysutils/nomad/nomad-1.1.0/command/
H A Dalloc_stop.go10 type AllocStopCommand struct { struct
11 Meta
14 func (a *AllocStopCommand) Help() string {
47 func (c *AllocStopCommand) Name() string { return "alloc stop" }
49 func (c *AllocStopCommand) Run(args []string) int {
133 func (a *AllocStopCommand) Synopsis() string {