Home
last modified time | relevance | path

Searched refs:AgentInfoCommand (Results 1 – 6 of 6) sorted by relevance

/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/nomad/command/
H A Dagent_info.go11 type AgentInfoCommand struct { struct
15 func (c *AgentInfoCommand) Help() string { argument
27 func (c *AgentInfoCommand) Synopsis() string { argument
31 func (c *AgentInfoCommand) AutocompleteFlags() complete.Flags { argument
35 func (c *AgentInfoCommand) AutocompleteArgs() complete.Predictor { argument
39 func (c *AgentInfoCommand) Name() string { return "agent-info" } argument
41 func (c *AgentInfoCommand) Run(args []string) int { argument
H A Dagent_info_test.go12 var _ cli.Command = &AgentInfoCommand{}
21 cmd := &AgentInfoCommand{Meta: Meta{Ui: ui}}
32 cmd := &AgentInfoCommand{Meta: Meta{Ui: ui}}
H A Dcommands.go195 return &AgentInfoCommand{
/dports/sysutils/nomad/nomad-1.1.0/command/
H A Dagent_info.go11 type AgentInfoCommand struct { struct
15 func (c *AgentInfoCommand) Help() string { argument
39 func (c *AgentInfoCommand) Synopsis() string { argument
43 func (c *AgentInfoCommand) AutocompleteFlags() complete.Flags { argument
51 func (c *AgentInfoCommand) AutocompleteArgs() complete.Predictor { argument
55 func (c *AgentInfoCommand) Name() string { return "agent-info" } argument
57 func (c *AgentInfoCommand) Run(args []string) int { argument
H A Dagent_info_test.go12 var _ cli.Command = &AgentInfoCommand{}
21 cmd := &AgentInfoCommand{Meta: Meta{Ui: ui}}
35 cmd := &AgentInfoCommand{Meta: Meta{Ui: ui}}
52 cmd := &AgentInfoCommand{Meta: Meta{Ui: ui}}
66 cmd := &AgentInfoCommand{Meta: Meta{Ui: ui}}
H A Dcommands.go195 return &AgentInfoCommand{