You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/modules/user-guide/attachments/jsonschemas/next/devfile.json
+36
Original file line number
Diff line number
Diff line change
@@ -384,6 +384,12 @@
384
384
"type": "string"
385
385
}
386
386
},
387
+
"cpuLimit": {
388
+
"type": "string"
389
+
},
390
+
"cpuRequest": {
391
+
"type": "string"
392
+
},
387
393
"dedicatedPod": {
388
394
"description": "Specify if a container should run in its own separated pod, instead of running as part of the main development environment pod.\n\nDefault value is `false`",
389
395
"type": "boolean"
@@ -471,6 +477,9 @@
471
477
"memoryLimit": {
472
478
"type": "string"
473
479
},
480
+
"memoryRequest": {
481
+
"type": "string"
482
+
},
474
483
"mountSources": {
475
484
"description": "Toggles whether or not the project source code should be mounted in the component.\n\nDefaults to true for all component types except plugins and components that set `dedicatedPod` to true.",
476
485
"type": "boolean"
@@ -1049,6 +1058,12 @@
1049
1058
"type": "string"
1050
1059
}
1051
1060
},
1061
+
"cpuLimit": {
1062
+
"type": "string"
1063
+
},
1064
+
"cpuRequest": {
1065
+
"type": "string"
1066
+
},
1052
1067
"dedicatedPod": {
1053
1068
"description": "Specify if a container should run in its own separated pod, instead of running as part of the main development environment pod.\n\nDefault value is `false`",
1054
1069
"type": "boolean"
@@ -1132,6 +1147,9 @@
1132
1147
"memoryLimit": {
1133
1148
"type": "string"
1134
1149
},
1150
+
"memoryRequest": {
1151
+
"type": "string"
1152
+
},
1135
1153
"mountSources": {
1136
1154
"description": "Toggles whether or not the project source code should be mounted in the component.\n\nDefaults to true for all component types except plugins and components that set `dedicatedPod` to true.",
1137
1155
"type": "boolean"
@@ -1847,6 +1865,12 @@
1847
1865
"type": "string"
1848
1866
}
1849
1867
},
1868
+
"cpuLimit": {
1869
+
"type": "string"
1870
+
},
1871
+
"cpuRequest": {
1872
+
"type": "string"
1873
+
},
1850
1874
"dedicatedPod": {
1851
1875
"description": "Specify if a container should run in its own separated pod, instead of running as part of the main development environment pod.\n\nDefault value is `false`",
1852
1876
"type": "boolean"
@@ -1930,6 +1954,9 @@
1930
1954
"memoryLimit": {
1931
1955
"type": "string"
1932
1956
},
1957
+
"memoryRequest": {
1958
+
"type": "string"
1959
+
},
1933
1960
"mountSources": {
1934
1961
"description": "Toggles whether or not the project source code should be mounted in the component.\n\nDefaults to true for all component types except plugins and components that set `dedicatedPod` to true.",
1935
1962
"type": "boolean"
@@ -2501,6 +2528,12 @@
2501
2528
"type": "string"
2502
2529
}
2503
2530
},
2531
+
"cpuLimit": {
2532
+
"type": "string"
2533
+
},
2534
+
"cpuRequest": {
2535
+
"type": "string"
2536
+
},
2504
2537
"dedicatedPod": {
2505
2538
"description": "Specify if a container should run in its own separated pod, instead of running as part of the main development environment pod.\n\nDefault value is `false`",
2506
2539
"type": "boolean"
@@ -2584,6 +2617,9 @@
2584
2617
"memoryLimit": {
2585
2618
"type": "string"
2586
2619
},
2620
+
"memoryRequest": {
2621
+
"type": "string"
2622
+
},
2587
2623
"mountSources": {
2588
2624
"description": "Toggles whether or not the project source code should be mounted in the component.\n\nDefaults to true for all component types except plugins and components that set `dedicatedPod` to true.",
0 commit comments