open-nomad/api
Benjamin Buzbee 4c91f20c44
Add API support for cancelation contexts passed via QueryOptions and WriteOptions (#8836)
Copy Consul API's format: QueryOptions.WithContext(context) will now return
a new QueryOption whose HTTP requests will be canceled with the context
provided (and similar for WriteOptions)
2020-09-09 16:22:07 -04:00
..
contexts
internal/testutil tests: allow API test server to respect NOMAD_TEST_LOG_LEVEL (#8760) 2020-08-27 14:36:17 -04:00
acl.go
acl_test.go
agent.go
agent_test.go
allocations.go
allocations_test.go
api.go Add API support for cancelation contexts passed via QueryOptions and WriteOptions (#8836) 2020-09-09 16:22:07 -04:00
api_test.go Add API support for cancelation contexts passed via QueryOptions and WriteOptions (#8836) 2020-09-09 16:22:07 -04:00
compose_test.go
constraint.go
constraint_test.go
csi.go csi: nomad volume detach command (#8584) 2020-08-11 10:18:54 -04:00
csi_test.go
deployments.go
evaluations.go
evaluations_test.go
fs.go
fs_test.go
go.mod
go.sum
ioutil.go
ioutil_test.go
jobs.go MRD: move 'job stop -global' handling into RPC (#8776) 2020-08-28 14:28:13 -04:00
jobs_test.go Merge pull request #8453 from hashicorp/oss-multi-vault-ns 2020-07-27 08:45:22 -04:00
namespace.go
namespace_test.go Fix pro tags 2020-07-17 11:02:00 -04:00
nodes.go csi: plugins track jobs in addition to allocations, and use job information to set expected counts (#8699) 2020-08-27 17:20:00 -04:00
nodes_test.go api: add node purge SDK function. 2020-08-14 08:40:03 +01:00
operator.go
operator_autopilot.go
operator_test.go
quota.go
quota_test.go
raw.go
regions.go
regions_test.go
resources.go
scaling.go api: add namespace to scaling status GET response object. 2020-07-24 11:19:25 +02:00
scaling_test.go
search.go
search_test.go
sentinel.go
sentinel_test.go Fix pro tags 2020-07-17 11:02:00 -04:00
services.go consul/connect: remove envoy dns option from gateway proxy config 2020-08-24 09:11:55 -05:00
services_test.go consul/connect: remove envoy dns option from gateway proxy config 2020-08-24 09:11:55 -05:00
status.go
status_test.go
system.go
system_test.go
tasks.go Merge pull request #8390 from hashicorp/lifecycle-poststart-hook 2020-08-31 13:53:24 -07:00
tasks_test.go
util_test.go
utils.go
utils_test.go