open-nomad/api
Tim Gross 97a6346da0
keyring: use nanos for CreateTime in key metadata (#13849)
Most of our objects use int64 timestamps derived from `UnixNano()` instead of
`time.Time` objects. Switch the keyring metadata to use `UnixNano()` for
consistency across the API.
2022-07-20 14:46:57 -04:00
..
contexts Implement HTTP search API for Variables (#13257) 2022-07-11 13:34:05 -04:00
internal/testutil Fix Testutil for delve debugging API tests (#13589) 2022-07-06 10:47:48 -04:00
acl.go core: allow deleting of evaluations (#13492) 2022-07-06 16:30:11 +02:00
acl_test.go Allow Operator Generated bootstrap token (#12520) 2022-06-03 07:37:24 -04:00
agent.go
agent_test.go
allocations.go
allocations_exec.go
allocations_test.go
api.go core: allow deleting of evaluations (#13492) 2022-07-06 16:30:11 +02:00
api_test.go core: allow deleting of evaluations (#13492) 2022-07-06 16:30:11 +02:00
compose_test.go
constraint.go
constraint_test.go
consul.go adding support for customized ingress tls (#13184) 2022-06-02 18:43:58 -04:00
consul_test.go adding support for customized ingress tls (#13184) 2022-06-02 18:43:58 -04:00
csi.go core: allow deleting of evaluations (#13492) 2022-07-06 16:30:11 +02:00
csi_test.go
deployments.go
evaluations.go core: allow deleting of evaluations (#13492) 2022-07-06 16:30:11 +02:00
evaluations_test.go core: allow deleting of evaluations (#13492) 2022-07-06 16:30:11 +02:00
event_stream.go
event_stream_test.go
fs.go
fs_test.go
go.mod chore(deps): bump github.com/mitchellh/mapstructure from 1.4.3 to 1.5.0 in /api (#12725) 2022-07-13 11:57:16 -07:00
go.sum chore(deps): bump github.com/mitchellh/mapstructure from 1.4.3 to 1.5.0 in /api (#12725) 2022-07-13 11:57:16 -07:00
ioutil.go
ioutil_test.go
jobs.go core: allow deleting of evaluations (#13492) 2022-07-06 16:30:11 +02:00
jobs_test.go api: added sysbatch job type constant to match other schedulers. (#13359) 2022-06-16 11:53:04 +02:00
keyring.go keyring: use nanos for CreateTime in key metadata (#13849) 2022-07-20 14:46:57 -04:00
keyring_test.go core job for secure variables re-key (#13440) 2022-07-11 13:34:06 -04:00
namespace.go core: allow deleting of evaluations (#13492) 2022-07-06 16:30:11 +02:00
namespace_test.go
nodes.go
nodes_test.go
operator.go core: allow pausing and un-pausing of leader broker routine (#13045) 2022-07-06 16:13:48 +02:00
operator_autopilot.go
operator_ent_test.go
operator_metrics.go
operator_metrics_test.go
operator_test.go core: allow pausing and un-pausing of leader broker routine (#13045) 2022-07-06 16:13:48 +02:00
quota.go core: allow deleting of evaluations (#13492) 2022-07-06 16:30:11 +02:00
quota_test.go
raw.go core: allow deleting of evaluations (#13492) 2022-07-06 16:30:11 +02:00
recommendations.go
regions.go
regions_test.go
resources.go
resources_test.go
scaling.go
scaling_test.go
search.go
search_test.go
secure_variables.go SV: GO API: Secure Variables Go API (#13502) 2022-07-11 13:34:06 -04:00
secure_variables_test.go SV: GO API: Secure Variables Go API (#13502) 2022-07-11 13:34:06 -04:00
sentinel.go core: allow deleting of evaluations (#13492) 2022-07-06 16:30:11 +02:00
sentinel_test.go
services.go core: allow deleting of evaluations (#13492) 2022-07-06 16:30:11 +02:00
services_test.go docs: add docs and tests for tagged_addresses 2022-05-31 13:02:48 -05:00
status.go
status_test.go
system.go
system_test.go
tasks.go CSI: make plugin health_timeout configurable in csi_plugin stanza (#13340) 2022-06-14 10:04:16 -04:00
tasks_test.go
util_test.go
utils.go
utils_test.go