@@ -313,10 +313,15 @@ spec:
313313 x-kubernetes-list-type : map
314314 id :
315315 description : id of the loadbalancer
316+ maxLength : 64
317+ minLength : 1
318+ pattern : ^[-0-9a-z_]+$
316319 type : string
317320 name :
318321 description : Name sets the name of the VPC load balancer.
319322 maxLength : 63
323+ minLength : 1
324+ pattern : ^([a-z]|[a-z][-a-z0-9]*[a-z0-9])$
320325 type : string
321326 public :
322327 default : true
@@ -419,6 +424,9 @@ spec:
419424 type : string
420425 name :
421426 description : name of resource.
427+ maxLength : 63
428+ minLength : 1
429+ pattern : ^([a-zA-Z]|[a-zA-Z][-_a-zA-Z0-9]*[a-zA-Z0-9])$
422430 type : string
423431 type : object
424432 vpc :
@@ -432,11 +440,15 @@ spec:
432440 properties :
433441 id :
434442 description : id of resource.
443+ maxLength : 64
435444 minLength : 1
445+ pattern : ^[-0-9a-z_]+$
436446 type : string
437447 name :
438448 description : name of resource.
449+ maxLength : 63
439450 minLength : 1
451+ pattern : ^([a-z]|[a-z][-a-z0-9]*[a-z0-9])$
440452 type : string
441453 region :
442454 description : |-
@@ -460,8 +472,14 @@ spec:
460472 cidr :
461473 type : string
462474 id :
475+ maxLength : 64
476+ minLength : 1
477+ pattern : ^[-0-9a-z_]+$
463478 type : string
464479 name :
480+ maxLength : 63
481+ minLength : 1
482+ pattern : ^([a-z]|[a-z][-a-z0-9]*[a-z0-9])$
465483 type : string
466484 zone :
467485 type : string
@@ -988,10 +1006,15 @@ spec:
9881006 x-kubernetes-list-type : map
9891007 id :
9901008 description : id of the loadbalancer
1009+ maxLength : 64
1010+ minLength : 1
1011+ pattern : ^[-0-9a-z_]+$
9911012 type : string
9921013 name :
9931014 description : Name sets the name of the VPC load balancer.
9941015 maxLength : 63
1016+ minLength : 1
1017+ pattern : ^([a-z]|[a-z][-a-z0-9]*[a-z0-9])$
9951018 type : string
9961019 public :
9971020 default : true
@@ -1094,6 +1117,9 @@ spec:
10941117 type : string
10951118 name :
10961119 description : name of resource.
1120+ maxLength : 63
1121+ minLength : 1
1122+ pattern : ^([a-zA-Z]|[a-zA-Z][-_a-zA-Z0-9]*[a-zA-Z0-9])$
10971123 type : string
10981124 type : object
10991125 vpc :
@@ -1107,11 +1133,15 @@ spec:
11071133 properties :
11081134 id :
11091135 description : id of resource.
1136+ maxLength : 64
11101137 minLength : 1
1138+ pattern : ^[-0-9a-z_]+$
11111139 type : string
11121140 name :
11131141 description : name of resource.
1142+ maxLength : 63
11141143 minLength : 1
1144+ pattern : ^([a-z]|[a-z][-a-z0-9]*[a-z0-9])$
11151145 type : string
11161146 region :
11171147 description : |-
@@ -1135,8 +1165,14 @@ spec:
11351165 cidr :
11361166 type : string
11371167 id :
1168+ maxLength : 64
1169+ minLength : 1
1170+ pattern : ^[-0-9a-z_]+$
11381171 type : string
11391172 name :
1173+ maxLength : 63
1174+ minLength : 1
1175+ pattern : ^([a-z]|[a-z][-a-z0-9]*[a-z0-9])$
11401176 type : string
11411177 zone :
11421178 type : string
@@ -2852,10 +2888,15 @@ spec:
28522888 x-kubernetes-list-type : map
28532889 id :
28542890 description : id of the loadbalancer
2891+ maxLength : 64
2892+ minLength : 1
2893+ pattern : ^[-0-9a-z_]+$
28552894 type : string
28562895 name :
28572896 description : Name sets the name of the VPC load balancer.
28582897 maxLength : 63
2898+ minLength : 1
2899+ pattern : ^([a-z]|[a-z][-a-z0-9]*[a-z0-9])$
28592900 type : string
28602901 public :
28612902 default : true
@@ -2942,8 +2983,14 @@ spec:
29422983 cidr :
29432984 type : string
29442985 id :
2986+ maxLength : 64
2987+ minLength : 1
2988+ pattern : ^[-0-9a-z_]+$
29452989 type : string
29462990 name :
2991+ maxLength : 63
2992+ minLength : 1
2993+ pattern : ^([a-z]|[a-z][-a-z0-9]*[a-z0-9])$
29472994 type : string
29482995 zone :
29492996 type : string
@@ -3109,10 +3156,15 @@ spec:
31093156 x-kubernetes-list-type : map
31103157 id :
31113158 description : id of the loadbalancer
3159+ maxLength : 64
3160+ minLength : 1
3161+ pattern : ^[-0-9a-z_]+$
31123162 type : string
31133163 name :
31143164 description : Name sets the name of the VPC load balancer.
31153165 maxLength : 63
3166+ minLength : 1
3167+ pattern : ^([a-z]|[a-z][-a-z0-9]*[a-z0-9])$
31163168 type : string
31173169 public :
31183170 default : true
0 commit comments