Home
last modified time | relevance | path

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

/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/nomad/command/
H A Dalloc_logs.go18 type AllocLogsCommand struct { struct
19 Meta
22 func (l *AllocLogsCommand) Help() string {
62 func (l *AllocLogsCommand) Synopsis() string {
66 func (c *AllocLogsCommand) AutocompleteFlags() complete.Flags {
79 func (l *AllocLogsCommand) AutocompleteArgs() complete.Predictor {
94 func (l *AllocLogsCommand) Name() string { return "alloc logs" }
96 func (l *AllocLogsCommand) Run(args []string) int {
254 func (l *AllocLogsCommand) followFile(client *api.Client, alloc *api.Allocation,
/dports/sysutils/nomad/nomad-1.1.0/command/
H A Dalloc_logs.go18 type AllocLogsCommand struct { struct
19 Meta
22 func (l *AllocLogsCommand) Help() string {
73 func (l *AllocLogsCommand) Synopsis() string {
77 func (c *AllocLogsCommand) AutocompleteFlags() complete.Flags {
91 func (l *AllocLogsCommand) AutocompleteArgs() complete.Predictor {
106 func (l *AllocLogsCommand) Name() string { return "alloc logs" }
108 func (l *AllocLogsCommand) Run(args []string) int {
272 func (l *AllocLogsCommand) followFile(client *api.Client, alloc *api.Allocation,