46 lines
1022 B
JSON
46 lines
1022 B
JSON
{
|
|
"nomad": ["nomad"],
|
|
"client": [
|
|
"client",
|
|
"client/allocrunner/..."
|
|
],
|
|
"command": ["command"],
|
|
"drivers": ["drivers/..."],
|
|
"quick": [
|
|
"acl/...",
|
|
"client/allocdir/...",
|
|
"client/allochealth/...",
|
|
"client/allocwatcher/...",
|
|
"client/config/...",
|
|
"client/consul/...",
|
|
"client/devicemanager/...",
|
|
"client/dynamicplugins/...",
|
|
"client/fingerprint/...",
|
|
"client/interfaces/...",
|
|
"client/lib/...",
|
|
"client/logmon/...",
|
|
"client/pluginmanager/...",
|
|
"client/servers/...",
|
|
"client/serviceregistration/...",
|
|
"client/state/...",
|
|
"client/stats/...",
|
|
"client/structs/...",
|
|
"client/taskenv/...",
|
|
"command/agent/...",
|
|
"command/ui/...",
|
|
"helper/...",
|
|
"internal/...",
|
|
"jobspec/...",
|
|
"lib/...",
|
|
"nomad/deploymentwatcher/...",
|
|
"nomad/drainer/...",
|
|
"nomad/state/...",
|
|
"nomad/stream/...",
|
|
"nomad/structs/...",
|
|
"nomad/volumewatcher/...",
|
|
"plugins/...",
|
|
"scheduler/...",
|
|
"testutil/..."
|
|
]
|
|
}
|