@@ -413,7 +413,7 @@ spec:
413
413
- none
414
414
type : string
415
415
name :
416
- maxLength : 63
416
+ maxLength : 15
417
417
pattern : ^[a-z0-9]([-a-z0-9]*[a-z0-9])?$
418
418
type : string
419
419
path :
@@ -453,6 +453,7 @@ spec:
453
453
` wss` .
454
454
type : boolean
455
455
targetPort :
456
+ description : The port number should be unique.
456
457
type : integer
457
458
required :
458
459
- name
@@ -702,7 +703,7 @@ spec:
702
703
- none
703
704
type : string
704
705
name :
705
- maxLength : 63
706
+ maxLength : 15
706
707
pattern : ^[a-z0-9]([-a-z0-9]*[a-z0-9])?$
707
708
type : string
708
709
path :
@@ -742,6 +743,7 @@ spec:
742
743
` wss` .
743
744
type : boolean
744
745
targetPort :
746
+ description : The port number should be unique.
745
747
type : integer
746
748
required :
747
749
- name
@@ -816,7 +818,7 @@ spec:
816
818
- none
817
819
type : string
818
820
name :
819
- maxLength : 63
821
+ maxLength : 15
820
822
pattern : ^[a-z0-9]([-a-z0-9]*[a-z0-9])?$
821
823
type : string
822
824
path :
@@ -856,6 +858,7 @@ spec:
856
858
` wss` .
857
859
type : boolean
858
860
targetPort :
861
+ description : The port number should be unique.
859
862
type : integer
860
863
required :
861
864
- name
@@ -1201,7 +1204,7 @@ spec:
1201
1204
- none
1202
1205
type : string
1203
1206
name :
1204
- maxLength : 63
1207
+ maxLength : 15
1205
1208
pattern : ^[a-z0-9]([-a-z0-9]*[a-z0-9])?$
1206
1209
type : string
1207
1210
path :
@@ -1245,6 +1248,8 @@ spec:
1245
1248
a protocol of `https` or `wss`.
1246
1249
type : boolean
1247
1250
targetPort :
1251
+ description : The port number should be
1252
+ unique.
1248
1253
type : integer
1249
1254
required :
1250
1255
- name
@@ -1481,7 +1486,7 @@ spec:
1481
1486
- none
1482
1487
type : string
1483
1488
name :
1484
- maxLength : 63
1489
+ maxLength : 15
1485
1490
pattern : ^[a-z0-9]([-a-z0-9]*[a-z0-9])?$
1486
1491
type : string
1487
1492
path :
@@ -1525,6 +1530,8 @@ spec:
1525
1530
a protocol of `https` or `wss`.
1526
1531
type : boolean
1527
1532
targetPort :
1533
+ description : The port number should be
1534
+ unique.
1528
1535
type : integer
1529
1536
required :
1530
1537
- name
@@ -1605,7 +1612,7 @@ spec:
1605
1612
- none
1606
1613
type : string
1607
1614
name :
1608
- maxLength : 63
1615
+ maxLength : 15
1609
1616
pattern : ^[a-z0-9]([-a-z0-9]*[a-z0-9])?$
1610
1617
type : string
1611
1618
path :
@@ -1649,6 +1656,8 @@ spec:
1649
1656
a protocol of `https` or `wss`.
1650
1657
type : boolean
1651
1658
targetPort :
1659
+ description : The port number should be
1660
+ unique.
1652
1661
type : integer
1653
1662
required :
1654
1663
- name
@@ -2091,7 +2100,7 @@ spec:
2091
2100
- none
2092
2101
type : string
2093
2102
name :
2094
- maxLength : 63
2103
+ maxLength : 15
2095
2104
pattern : ^[a-z0-9]([-a-z0-9]*[a-z0-9])?$
2096
2105
type : string
2097
2106
path :
@@ -2132,6 +2141,7 @@ spec:
2132
2141
or `wss`.
2133
2142
type : boolean
2134
2143
targetPort :
2144
+ description : The port number should be unique.
2135
2145
type : integer
2136
2146
required :
2137
2147
- name
@@ -2356,7 +2366,7 @@ spec:
2356
2366
- none
2357
2367
type : string
2358
2368
name :
2359
- maxLength : 63
2369
+ maxLength : 15
2360
2370
pattern : ^[a-z0-9]([-a-z0-9]*[a-z0-9])?$
2361
2371
type : string
2362
2372
path :
@@ -2397,6 +2407,7 @@ spec:
2397
2407
or `wss`.
2398
2408
type : boolean
2399
2409
targetPort :
2410
+ description : The port number should be unique.
2400
2411
type : integer
2401
2412
required :
2402
2413
- name
@@ -2471,7 +2482,7 @@ spec:
2471
2482
- none
2472
2483
type : string
2473
2484
name :
2474
- maxLength : 63
2485
+ maxLength : 15
2475
2486
pattern : ^[a-z0-9]([-a-z0-9]*[a-z0-9])?$
2476
2487
type : string
2477
2488
path :
@@ -2512,6 +2523,7 @@ spec:
2512
2523
or `wss`.
2513
2524
type : boolean
2514
2525
targetPort :
2526
+ description : The port number should be unique.
2515
2527
type : integer
2516
2528
required :
2517
2529
- name
@@ -2866,7 +2878,7 @@ spec:
2866
2878
- none
2867
2879
type : string
2868
2880
name :
2869
- maxLength : 63
2881
+ maxLength : 15
2870
2882
pattern : ^[a-z0-9]([-a-z0-9]*[a-z0-9])?$
2871
2883
type : string
2872
2884
path :
@@ -2914,6 +2926,8 @@ spec:
2914
2926
or `wss`.
2915
2927
type : boolean
2916
2928
targetPort :
2929
+ description : The port number should
2930
+ be unique.
2917
2931
type : integer
2918
2932
required :
2919
2933
- name
@@ -3164,7 +3178,7 @@ spec:
3164
3178
- none
3165
3179
type : string
3166
3180
name :
3167
- maxLength : 63
3181
+ maxLength : 15
3168
3182
pattern : ^[a-z0-9]([-a-z0-9]*[a-z0-9])?$
3169
3183
type : string
3170
3184
path :
@@ -3212,6 +3226,8 @@ spec:
3212
3226
or `wss`.
3213
3227
type : boolean
3214
3228
targetPort :
3229
+ description : The port number should
3230
+ be unique.
3215
3231
type : integer
3216
3232
required :
3217
3233
- name
@@ -3295,7 +3311,7 @@ spec:
3295
3311
- none
3296
3312
type : string
3297
3313
name :
3298
- maxLength : 63
3314
+ maxLength : 15
3299
3315
pattern : ^[a-z0-9]([-a-z0-9]*[a-z0-9])?$
3300
3316
type : string
3301
3317
path :
@@ -3343,6 +3359,8 @@ spec:
3343
3359
or `wss`.
3344
3360
type : boolean
3345
3361
targetPort :
3362
+ description : The port number should
3363
+ be unique.
3346
3364
type : integer
3347
3365
required :
3348
3366
- name
0 commit comments