consul/agent/grpc-external
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
..
limiter copyright headers for agent folder (#16704) 2023-03-28 14:39:22 -04:00
services resource: enforce consistent naming of resource types (#17611) 2023-06-26 13:25:14 +01:00
testutils Check acls on resource `Read`, `List`, and `WatchList` (#16842) 2023-04-11 06:10:14 -05:00
forward.go copyright headers for agent folder (#16704) 2023-03-28 14:39:22 -04:00
options.go copyright headers for agent folder (#16704) 2023-03-28 14:39:22 -04:00
options_test.go [OSS] gRPC Blocking Queries (#17426) 2023-05-23 17:29:10 -04:00
querymeta.go [OSS] gRPC Blocking Queries (#17426) 2023-05-23 17:29:10 -04:00
querymeta_test.go [OSS] gRPC Blocking Queries (#17426) 2023-05-23 17:29:10 -04:00
server.go copyright headers for agent folder (#16704) 2023-03-28 14:39:22 -04:00
stats_test.go copyright headers for agent folder (#16704) 2023-03-28 14:39:22 -04:00
utils.go copyright headers for agent folder (#16704) 2023-03-28 14:39:22 -04:00