open-consul/agent/consul/controller
Andrew Stucki fd010a326c
Add additional controller implementations (#16188)
* Add additional controller implementations

* remove additional interface

* Fix comparison checks and mark unused contexts

* Switch to time.Now().UTC()

* Add a pointer helper for shadowing loop variables

* Extract anonymous functions for readability

* clean up logging

* Add Type to the Condition proto

* Update some comments and add additional space for readability

* Address PR feedback

* Fix up dirty checks and change to pointer receiver
2023-02-08 14:50:17 -05:00
..
controller.go Add additional controller implementations (#16188) 2023-02-08 14:50:17 -05:00
controller_test.go Add trigger for doing reconciliation based on watch sets (#16052) 2023-01-26 15:20:37 -05:00
defer.go Add async reconciliation controller subpackage (#15534) 2022-12-16 16:49:26 -05:00
doc.go Add async reconciliation controller subpackage (#15534) 2022-12-16 16:49:26 -05:00
queue.go Add async reconciliation controller subpackage (#15534) 2022-12-16 16:49:26 -05:00
queue_test.go Add async reconciliation controller subpackage (#15534) 2022-12-16 16:49:26 -05:00
rate.go Add async reconciliation controller subpackage (#15534) 2022-12-16 16:49:26 -05:00
rate_test.go Add async reconciliation controller subpackage (#15534) 2022-12-16 16:49:26 -05:00
reconciler.go Add async reconciliation controller subpackage (#15534) 2022-12-16 16:49:26 -05:00
reconciler_test.go Add trigger for doing reconciliation based on watch sets (#16052) 2023-01-26 15:20:37 -05:00