mirror of
https://github.com/status-im/consul.git
synced 2025-01-09 05:23:04 +00:00
b117eb0126
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.