consul/internal/controller
Dan Upton b117eb0126
resource: enforce consistent naming of resource types (#17611)
For consistency, resource type names must follow these rules:

- `Group` must be snake case, and in most cases a single word.
- `GroupVersion` must be lowercase, start with a "v" and end with a number.
- `Kind` must be pascal case.

These were chosen because they map to our protobuf type naming
conventions.
2023-06-26 13:25:14 +01:00
..
api.go Implement the service endpoints controller (#17216) 2023-06-06 17:09:48 -04:00
api_test.go resource: enforce consistent naming of resource types (#17611) 2023-06-26 13:25:14 +01:00
controller.go resource: add helpers for more efficiently comparing IDs etc (#17224) 2023-05-09 19:02:24 +01:00
dependency_mappers.go Implement the service endpoints controller (#17216) 2023-06-06 17:09:48 -04:00
dependency_mappers_test.go Implement the service endpoints controller (#17216) 2023-06-06 17:09:48 -04:00
doc.go Controller Runtime 2023-05-09 15:25:55 +01:00
lease.go Controller Runtime 2023-05-09 15:25:55 +01:00
manager.go Controller Runtime 2023-05-09 15:25:55 +01:00
supervisor.go Cleanup from unblocking the pipeline 🧹 (#17121) 2023-04-26 13:59:58 +01:00
supervisor_test.go Controller Supervision (#17016) 2023-04-25 12:52:35 +01:00