mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 18:35:44 +03:00
Struct/api/parsing
This commit is contained in:
@@ -177,8 +177,10 @@ type Template struct {
|
||||
}
|
||||
|
||||
type Vault struct {
|
||||
Policies []string
|
||||
Env bool
|
||||
Policies []string
|
||||
Env bool
|
||||
TokenChangeMode string
|
||||
TokenChangeSignal string
|
||||
}
|
||||
|
||||
// NewTask creates and initializes a new Task.
|
||||
|
||||
Reference in New Issue
Block a user