open-nomad/api
2020-06-16 18:45:28 +00:00
..
contexts csi: CLI for volume status, registration/deregistration and plugin status (#7193) 2020-03-23 13:58:30 -04:00
internal/testutil tests: terminate agent gracefully 2020-05-31 10:35:37 -04:00
acl.go
acl_test.go
agent.go refactor api profile methods 2020-01-09 15:15:12 -05:00
agent_test.go fix tests, update changelog 2020-01-29 13:55:39 -05:00
allocations.go csi: volumes listed in nomad node status (#7318) 2020-03-23 13:58:30 -04:00
allocations_test.go
api.go clarify ccomments, esp related to leadership code 2020-06-09 12:01:31 -04:00
api_test.go
compose_test.go
constraint.go
constraint_test.go
csi.go csi: support for VolumeContext and VolumeParameters (#7957) 2020-05-15 08:16:01 -04:00
csi_test.go csi add allocation context to fingerprinting results (#7133) 2020-03-23 13:58:30 -04:00
deployments.go
evaluations.go
evaluations_test.go
fs.go
fs_test.go
go.mod vendor: use tagged cronexpr, v1.1.0 2020-05-12 16:20:00 -04:00
go.sum api: tidy Go module to remove unused modules. 2020-05-18 09:56:23 +02:00
ioutil.go Add api/ package function to save snapshot 2020-05-21 20:04:38 -04:00
ioutil_test.go Add api/ package function to save snapshot 2020-05-21 20:04:38 -04:00
jobs.go support in API client and Job.Register RPC for PreserveCounts 2020-06-16 18:45:28 +00:00
jobs_test.go wip: developmental test to preserve existing task group counts during job update 2020-06-16 18:45:17 +00:00
namespace.go
namespace_test.go
nodes.go csi: change the API paths to match CLI command layout (#7325) 2020-03-23 13:58:30 -04:00
nodes_test.go
operator.go api: add snapshot restore 2020-06-07 15:47:07 -04:00
operator_autopilot.go implement MinQuorum 2020-02-16 16:04:59 -06:00
operator_test.go
quota.go
quota_test.go
raw.go
regions.go
regions_test.go
resources.go
scaling.go wip: added .PreviousCount to api.ScalingEvent and structs.ScalingEvent, with developmental tests 2020-06-15 19:40:21 +00:00
scaling_test.go bad conversion between api.ScalingPolicy and structs.ScalingPolicy meant 2020-03-24 14:39:06 +00:00
search.go
search_test.go
sentinel.go
sentinel_test.go
services.go api: canonicalize connect components 2020-05-19 11:47:22 -06:00
services_test.go api: canonicalize connect components 2020-05-19 11:47:22 -06:00
status.go
status_test.go
system.go
system_test.go
tasks.go api: canonicalize connect components 2020-05-19 11:47:22 -06:00
tasks_test.go more testing for ScalingPolicy, mainly around parsing and canonicalization for Min/Max 2020-03-24 19:43:50 +00:00
util_test.go added new int64ToPtr method to api/util to avoid pulling in other packages 2020-03-24 14:39:05 +00:00
utils.go more testing for ScalingPolicy, mainly around parsing and canonicalization for Min/Max 2020-03-24 19:43:50 +00:00
utils_test.go