open-nomad/api
Mahmood Ali 3187fe3ce4 fix httpClient error handling
If err is nil, we should use the newly cloned httpClient.
2019-05-21 21:29:15 -04:00
..
contexts
internal/testutil Divest api/ package of deps elsewhere in the nomad repo. (#5488) 2019-03-29 14:47:40 -04:00
acl.go
acl_test.go
agent.go
agent_test.go Divest api/ package of deps elsewhere in the nomad repo. (#5488) 2019-03-29 14:47:40 -04:00
allocations.go add api support for nomad exec 2019-05-09 16:49:08 -04:00
allocations_test.go Divest api/ package of deps elsewhere in the nomad repo. (#5488) 2019-03-29 14:47:40 -04:00
api.go fix httpClient error handling 2019-05-21 21:29:15 -04:00
api_test.go api: allow configuring http client 2019-05-17 16:26:58 -04:00
compose_test.go
constraint.go copied consts used by jobspec parsing from structs into api package, to avoid referencing structs package in jobspec (#5663) 2019-05-09 08:23:49 -04:00
constraint_test.go
deployments.go
evaluations.go
evaluations_test.go
fs.go
fs_test.go Divest api/ package of deps elsewhere in the nomad repo. (#5488) 2019-03-29 14:47:40 -04:00
go.mod Add go.mod/go.sum (#5493) 2019-03-29 15:02:32 -04:00
go.sum Add go.mod/go.sum (#5493) 2019-03-29 15:02:32 -04:00
jobs.go Add flag similar to --all for allocs to be able to filter deployments by latest 2019-05-13 18:33:41 -05:00
jobs_test.go cli: plumbed vault token from job revert command through API call 2019-04-10 10:34:10 -05:00
namespace.go
namespace_test.go
nodes.go
nodes_test.go Divest api/ package of deps elsewhere in the nomad repo. (#5488) 2019-03-29 14:47:40 -04:00
operator.go Rename to match system scheduler config. 2019-05-03 14:06:12 -05:00
operator_autopilot.go
operator_test.go Divest api/ package of deps elsewhere in the nomad repo. (#5488) 2019-03-29 14:47:40 -04:00
quota.go
quota_test.go
raw.go
regions.go
regions_test.go Divest api/ package of deps elsewhere in the nomad repo. (#5488) 2019-03-29 14:47:40 -04:00
resources.go
search.go
search_test.go
sentinel.go
sentinel_test.go
status.go
status_test.go
system.go
system_test.go
tasks.go api: fix migrate stanza initialization 2019-04-11 15:29:19 -07:00
tasks_test.go Divest api/ package of deps elsewhere in the nomad repo. (#5488) 2019-03-29 14:47:40 -04:00
util_test.go
utils.go
utils_test.go