consul/internal/controller
Matt Keeler 59cb12c798
Migrate the Endpoints controller to use the controller cache (#20241)
* Add cache resource decoding helpers

* Implement a common package for workload selection facilities. This includes:

   * Controller cache Index
   * ACL hooks
   * Dependency Mapper to go from workload to list of resources which select it
   * Dependency Mapper to go from a resource which selects workloads to all the workloads it selects.

* Update the endpoints controller to use the cache instead of custom mappers.

Co-authored-by: R.B. Boyer <4903+rboyer@users.noreply.github.com>
2024-01-18 17:52:52 -05:00
..
cache Migrate the Endpoints controller to use the controller cache (#20241) 2024-01-18 17:52:52 -05:00
controllermock
controllertest
dependency
testdata
.mockery.yaml
controller.go
controller_test.go
custom_watch.go
dependencies.go
dependencies_test.go
doc.go
helper.go
helper_test.go
lease.go
manager.go
mem_consistency_test.go
runner.go
supervisor.go
supervisor_test.go
testing.go
watch.go