mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
* make the little dots consistent * don't trim delimiter as that over matches * test jobspec2 package * copy api/WorkloadIdentity.TTL -> structs * test ttl parsing * fix hcl1 v 2 parsing mismatch * make jobspec(1) tests match jobspec2 tests
52 lines
1.1 KiB
JSON
52 lines
1.1 KiB
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/hoststats/...",
|
|
"client/interfaces/...",
|
|
"client/lib/...",
|
|
"client/logmon/...",
|
|
"client/pluginmanager/...",
|
|
"client/servers/...",
|
|
"client/serviceregistration/...",
|
|
"client/state/...",
|
|
"client/structs/...",
|
|
"client/taskenv/...",
|
|
"client/vaultclient/...",
|
|
"client/widmgr/...",
|
|
"command/agent/...",
|
|
"command/ui/...",
|
|
"helper/...",
|
|
"internal/...",
|
|
"jobspec/...",
|
|
"jobspec2/...",
|
|
"lib/...",
|
|
"nomad/auth/...",
|
|
"nomad/deploymentwatcher/...",
|
|
"nomad/drainer/...",
|
|
"nomad/reporting/...",
|
|
"nomad/lock/...",
|
|
"nomad/state/...",
|
|
"nomad/stream/...",
|
|
"nomad/structs/...",
|
|
"nomad/volumewatcher/...",
|
|
"plugins/...",
|
|
"scheduler/...",
|
|
"testutil/..."
|
|
]
|
|
}
|