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 Reaper controller for cascading deletes of owner resources (#17256) 2023-05-09 13:57:40 -05:00
resourcetest Catalog V2 Container Based Integration Test (#17674) 2023-06-16 16:29:50 -04:00
testdata Add type validations for the catalog resources (#17211) 2023-05-12 09:24:55 -04:00
authz_oss.go resource: add `AuthorizerContext` helper method (#17393) 2023-06-26 13:23:05 +01:00
equality.go resource: optionally compare timestamps in `EqualStatus` (#17275) 2023-05-10 10:37:54 +01:00
equality_test.go resource: optionally compare timestamps in `EqualStatus` (#17275) 2023-05-10 10:37:54 +01:00
errors.go Implement the service endpoints controller (#17216) 2023-06-06 17:09:48 -04:00
errors_test.go Implement the service endpoints controller (#17216) 2023-06-06 17:09:48 -04:00
reference.go [COMPLIANCE] Add Copyright and License Headers (#16854) 2023-04-20 12:40:22 +00:00
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