File tree Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -15933,14 +15933,12 @@ components:
15933
15933
15934
15934
Labels have the following constraints:
15935
15935
15936
- * Must start with an alpha character
15937
- * Must only consist of alphanumeric characters and dashes (`-`)
15938
- * Must not contain two dashes in a row
15939
- minLength: 3
15936
+ * 4-byte UTF-8 characters are not supported.
15937
+ * UTF-8 characters will be encoded in their byte representation.
15938
+ * If the label is using UTF-8, the response will return the value
15939
+ using up to 193 1 byte characters.
15940
+ minLength: 1
15940
15941
maxLength: 32
15941
- # Kubernetes does NOT allow underscores in resource names and we are
15942
- # passing this name to Kubernetes. Thus the following pattern:
15943
- pattern: '[a-zA-Z0-9-]{3, 32}'
15944
15942
example: lkecluster12345
15945
15943
region:
15946
15944
type: string
You can’t perform that action at this time.
0 commit comments