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.
2 parents 19e5f8c + b1bdd62 commit cfed25bCopy full SHA for cfed25b
content/en/docs/concepts/overview/working-with-objects/names.md
@@ -67,6 +67,13 @@ This means the name must:
67
- start with an alphabetic character
68
- end with an alphanumeric character
69
70
+{{< note >}}
71
+The only difference between the RFC 1035 and RFC 1123
72
+label standards is that RFC 1123 labels are allowed to
73
+start with a digit, whereas RFC 1035 labels can start
74
+with a lowercase alphabetic character only.
75
+{{< /note >}}
76
+
77
### Path Segment Names
78
79
Some resource types require their names to be able to be safely encoded as a
0 commit comments