consul/internal/resource
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
..
demo resource: enforce consistent naming of resource types (#17611) 2023-06-26 13:25:14 +01:00
reaper
resourcetest
testdata
authz_oss.go
equality.go
equality_test.go
errors.go
errors_test.go
reference.go
registry.go resource: enforce consistent naming of resource types (#17611) 2023-06-26 13:25:14 +01:00
registry_test.go resource: enforce consistent naming of resource types (#17611) 2023-06-26 13:25:14 +01:00
tombstone.go resource: enforce consistent naming of resource types (#17611) 2023-06-26 13:25:14 +01:00