consul/internal
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
..
catalog Implement a Catalog Controllers Lifecycle Integration Test (#17435) 2023-06-16 12:58:53 -04:00
controller resource: enforce consistent naming of resource types (#17611) 2023-06-26 13:25:14 +01:00
go-sso Copyright headers for missing files/folders (#16708) 2023-03-28 18:48:58 -04:00
mesh Register new catalog & mesh protobuf types with the resource registry (#17225) 2023-05-08 15:36:35 -04:00
radix Implement the service endpoints controller (#17216) 2023-06-06 17:09:48 -04:00
resource resource: enforce consistent naming of resource types (#17611) 2023-06-26 13:25:14 +01:00
storage docs: initial documentation for the new State Store (#17315) 2023-05-15 12:34:36 +01:00
testing/golden Copyright headers for missing files/folders (#16708) 2023-03-28 18:48:58 -04:00
tools Various bits of cleanup detected when using Go Workspaces (#17462) 2023-06-05 16:08:39 -04:00