We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2eacb18 commit f3b04beCopy full SHA for f3b04be
STYLE-GUIDE.md
@@ -38,9 +38,13 @@ naming convention:
38
## Versioning
39
40
When defining Kubernetes Custom Resource Definition (CRD) using
41
-proto3, the proto versioning must match the Kubernetes versioning,
42
-and the proto message type must match the CRD kind name.
43
-see the following example.
+`proto3`, follow the following guidelines:
+* The proto `package` name must match the Kubernetes `apiVersion`,
+ excluding the `.io` DNS suffix and reversing the DNS segment
44
+ ordering.
45
+* The proto message type must match the CRD `kind` name.
46
+
47
+#### Example
48
49
The Kubernetes CRD:
50
0 commit comments