consul/internal/resource/demo
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
..
controller.go resource: optionally compare timestamps in `EqualStatus` (#17275) 2023-05-10 10:37:54 +01:00
controller_test.go Controller Runtime 2023-05-09 15:25:55 +01:00
demo.go resource: enforce consistent naming of resource types (#17611) 2023-06-26 13:25:14 +01:00