open-nomad/nomad/state
Tim Gross 8a50d2c3e8 implement quota tracking for secure variablees (#13453)
We need to track per-namespace storage usage for secure variables even
in Nomad OSS so that a cluster can be seamlessly upgraded from OSS to
ENT without having to re-calculate quota usage.

Provide a hook in the upsert RPC for enforcement of quotas in
ENT. This will be a no-op in Nomad OSS.
2022-07-11 13:34:06 -04:00
..
paginator
autopilot.go
autopilot_test.go
deployment_events_test.go
events.go
events_test.go
iterator.go
schema.go Implement HTTP search API for Variables (#13257) 2022-07-11 13:34:05 -04:00
schema_test.go
state_changes.go
state_store.go implement quota tracking for secure variablees (#13453) 2022-07-11 13:34:06 -04:00
state_store_oss.go
state_store_restore.go Secure Variables: Seperate Encrypted and Decrypted structs (#13355) 2022-07-11 13:34:05 -04:00
state_store_restore_test.go Secure Variables: Seperate Encrypted and Decrypted structs (#13355) 2022-07-11 13:34:05 -04:00
state_store_secure_variables.go implement quota tracking for secure variablees (#13453) 2022-07-11 13:34:06 -04:00
state_store_secure_variables_test.go implement quota tracking for secure variablees (#13453) 2022-07-11 13:34:06 -04:00
state_store_service_regisration_test.go
state_store_service_registration.go
state_store_test.go
testing.go