open-nomad/command/agent/consul
James Rasell 7cd28a6fb6
client: refactor common service registration objects from Consul.
This commit performs refactoring to pull out common service
registration objects into a new `client/serviceregistration`
package. This new package will form the base point for all
client specific service registration functionality.

The Consul specific implementation is not moved as it also
includes non-service registration implementations; this reduces
the blast radius of the changes as well.
2022-03-15 09:38:30 +01:00
..
acl_testing.go consul: move consul acl tests into ent files 2021-06-09 08:38:42 -05:00
catalog_testing.go consul: probe consul namespace feature before using namespace api 2021-06-07 12:19:25 -05:00
check_watcher.go
check_watcher_test.go consul: probe consul namespace feature before using namespace api 2021-06-07 12:19:25 -05:00
config_entries_testing.go
connect.go consul/connect: add support for connect mesh gateways 2021-06-04 08:24:49 -05:00
connect_proxies.go
connect_proxies_test.go gofmt all the files 2021-10-01 10:14:28 -04:00
connect_proxies_testing.go
connect_test.go consul/connect: add support for connect mesh gateways 2021-06-04 08:24:49 -05:00
group_test.go client: refactor common service registration objects from Consul. 2022-03-15 09:38:30 +01:00
int_test.go client: never embed alloc_dir in chroot 2021-10-18 09:22:01 -07:00
namespaces_client.go consul: pr cleanup namespace probe function signatures 2021-06-07 15:41:01 -05:00
namespaces_client_test.go consul: probe consul namespace feature before using namespace api 2021-06-07 12:19:25 -05:00
self.go consul: pr cleanup namespace probe function signatures 2021-06-07 15:41:01 -05:00
self_test.go consul: pr cleanup namespace probe function signatures 2021-06-07 15:41:01 -05:00
service_client.go client: refactor common service registration objects from Consul. 2022-03-15 09:38:30 +01:00
service_client_test.go client: refactor common service registration objects from Consul. 2022-03-15 09:38:30 +01:00
structs.go client: refactor common service registration objects from Consul. 2022-03-15 09:38:30 +01:00
testing.go
unit_test.go client: refactor common service registration objects from Consul. 2022-03-15 09:38:30 +01:00
version_checker.go cleanup: prevent leaks from time.After 2022-02-02 14:32:26 -06:00
version_checker_test.go