File tree 3 files changed +39
-0
lines changed
3 files changed +39
-0
lines changed Original file line number Diff line number Diff line change @@ -50,4 +50,16 @@ type DevfileMetadata struct {
50
50
// Optional devfile global memory limit
51
51
// +optional
52
52
GlobalMemoryLimit string `json:"globalMemoryLimit,omitempty"`
53
+
54
+ // Optional devfile project type
55
+ // +optional
56
+ ProjectType string `json:"projectType,omitempty"`
57
+
58
+ // Optional devfile language
59
+ // +optional
60
+ Language string `json:"language,omitempty"`
61
+
62
+ // Optional devfile website
63
+ // +optional
64
+ Website string `json:"website,omitempty"`
53
65
}
Original file line number Diff line number Diff line change 1481
1481
"description" : " Optional devfile icon" ,
1482
1482
"type" : " string"
1483
1483
},
1484
+ "language" : {
1485
+ "description" : " Optional devfile language" ,
1486
+ "type" : " string"
1487
+ },
1484
1488
"name" : {
1485
1489
"description" : " Optional devfile name" ,
1486
1490
"type" : " string"
1487
1491
},
1492
+ "projectType" : {
1493
+ "description" : " Optional devfile project type" ,
1494
+ "type" : " string"
1495
+ },
1488
1496
"tags" : {
1489
1497
"description" : " Optional devfile tags" ,
1490
1498
"type" : " array" ,
1496
1504
"description" : " Optional semver-compatible version" ,
1497
1505
"type" : " string" ,
1498
1506
"pattern" : " ^([0-9]+)\\ .([0-9]+)\\ .([0-9]+)(\\ -[0-9a-z-]+(\\ .[0-9a-z-]+)*)?(\\ +[0-9A-Za-z-]+(\\ .[0-9A-Za-z-]+)*)?$"
1507
+ },
1508
+ "website" : {
1509
+ "description" : " Optional devfile website" ,
1510
+ "type" : " string"
1499
1511
}
1500
1512
},
1501
1513
"additionalProperties" : true
Original file line number Diff line number Diff line change 1640
1640
"type" : " string" ,
1641
1641
"markdownDescription" : " Optional devfile icon"
1642
1642
},
1643
+ "language" : {
1644
+ "description" : " Optional devfile language" ,
1645
+ "type" : " string" ,
1646
+ "markdownDescription" : " Optional devfile language"
1647
+ },
1643
1648
"name" : {
1644
1649
"description" : " Optional devfile name" ,
1645
1650
"type" : " string" ,
1646
1651
"markdownDescription" : " Optional devfile name"
1647
1652
},
1653
+ "projectType" : {
1654
+ "description" : " Optional devfile project type" ,
1655
+ "type" : " string" ,
1656
+ "markdownDescription" : " Optional devfile project type"
1657
+ },
1648
1658
"tags" : {
1649
1659
"description" : " Optional devfile tags" ,
1650
1660
"type" : " array" ,
1658
1668
"type" : " string" ,
1659
1669
"pattern" : " ^([0-9]+)\\ .([0-9]+)\\ .([0-9]+)(\\ -[0-9a-z-]+(\\ .[0-9a-z-]+)*)?(\\ +[0-9A-Za-z-]+(\\ .[0-9A-Za-z-]+)*)?$" ,
1660
1670
"markdownDescription" : " Optional semver-compatible version"
1671
+ },
1672
+ "website" : {
1673
+ "description" : " Optional devfile website" ,
1674
+ "type" : " string" ,
1675
+ "markdownDescription" : " Optional devfile website"
1661
1676
}
1662
1677
},
1663
1678
"additionalProperties" : true ,
You can’t perform that action at this time.
0 commit comments