File tree Expand file tree Collapse file tree 1 file changed +12
-6
lines changed
docs/modules/user-guide/attachments/jsonschemas/next Expand file tree Collapse file tree 1 file changed +12
-6
lines changed Original file line number Diff line number Diff line change 344
344
},
345
345
"name" : {
346
346
"type" : " string" ,
347
- "maxLength" : 63 ,
347
+ "maxLength" : 15 ,
348
348
"pattern" : " ^[a-z0-9]([-a-z0-9]*[a-z0-9])?$"
349
349
},
350
350
"path" : {
369
369
"type" : " boolean"
370
370
},
371
371
"targetPort" : {
372
+ "description" : " The port number should be unique." ,
372
373
"type" : " integer"
373
374
}
374
375
},
615
616
},
616
617
"name" : {
617
618
"type" : " string" ,
618
- "maxLength" : 63 ,
619
+ "maxLength" : 15 ,
619
620
"pattern" : " ^[a-z0-9]([-a-z0-9]*[a-z0-9])?$"
620
621
},
621
622
"path" : {
640
641
"type" : " boolean"
641
642
},
642
643
"targetPort" : {
644
+ "description" : " The port number should be unique." ,
643
645
"type" : " integer"
644
646
}
645
647
},
716
718
},
717
719
"name" : {
718
720
"type" : " string" ,
719
- "maxLength" : 63 ,
721
+ "maxLength" : 15 ,
720
722
"pattern" : " ^[a-z0-9]([-a-z0-9]*[a-z0-9])?$"
721
723
},
722
724
"path" : {
741
743
"type" : " boolean"
742
744
},
743
745
"targetPort" : {
746
+ "description" : " The port number should be unique." ,
744
747
"type" : " integer"
745
748
}
746
749
},
1228
1231
},
1229
1232
"name" : {
1230
1233
"type" : " string" ,
1231
- "maxLength" : 63 ,
1234
+ "maxLength" : 15 ,
1232
1235
"pattern" : " ^[a-z0-9]([-a-z0-9]*[a-z0-9])?$"
1233
1236
},
1234
1237
"path" : {
1252
1255
"type" : " boolean"
1253
1256
},
1254
1257
"targetPort" : {
1258
+ "description" : " The port number should be unique." ,
1255
1259
"type" : " integer"
1256
1260
}
1257
1261
},
1490
1494
},
1491
1495
"name" : {
1492
1496
"type" : " string" ,
1493
- "maxLength" : 63 ,
1497
+ "maxLength" : 15 ,
1494
1498
"pattern" : " ^[a-z0-9]([-a-z0-9]*[a-z0-9])?$"
1495
1499
},
1496
1500
"path" : {
1514
1518
"type" : " boolean"
1515
1519
},
1516
1520
"targetPort" : {
1521
+ "description" : " The port number should be unique." ,
1517
1522
"type" : " integer"
1518
1523
}
1519
1524
},
1588
1593
},
1589
1594
"name" : {
1590
1595
"type" : " string" ,
1591
- "maxLength" : 63 ,
1596
+ "maxLength" : 15 ,
1592
1597
"pattern" : " ^[a-z0-9]([-a-z0-9]*[a-z0-9])?$"
1593
1598
},
1594
1599
"path" : {
1612
1617
"type" : " boolean"
1613
1618
},
1614
1619
"targetPort" : {
1620
+ "description" : " The port number should be unique." ,
1615
1621
"type" : " integer"
1616
1622
}
1617
1623
},
You can’t perform that action at this time.
0 commit comments