Skip to content

Commit 4ff0e74

Browse files
committed
Update devfile schema based on devfile/api@49ba915
1 parent bcefa63 commit 4ff0e74

File tree

1 file changed

+36
-0
lines changed
  • docs/modules/user-guide/attachments/jsonschemas/next

1 file changed

+36
-0
lines changed

docs/modules/user-guide/attachments/jsonschemas/next/devfile.json

+36
Original file line numberDiff line numberDiff line change
@@ -384,6 +384,12 @@
384384
"type": "string"
385385
}
386386
},
387+
"cpuLimit": {
388+
"type": "string"
389+
},
390+
"cpuRequest": {
391+
"type": "string"
392+
},
387393
"dedicatedPod": {
388394
"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`",
389395
"type": "boolean"
@@ -471,6 +477,9 @@
471477
"memoryLimit": {
472478
"type": "string"
473479
},
480+
"memoryRequest": {
481+
"type": "string"
482+
},
474483
"mountSources": {
475484
"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.",
476485
"type": "boolean"
@@ -1049,6 +1058,12 @@
10491058
"type": "string"
10501059
}
10511060
},
1061+
"cpuLimit": {
1062+
"type": "string"
1063+
},
1064+
"cpuRequest": {
1065+
"type": "string"
1066+
},
10521067
"dedicatedPod": {
10531068
"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`",
10541069
"type": "boolean"
@@ -1132,6 +1147,9 @@
11321147
"memoryLimit": {
11331148
"type": "string"
11341149
},
1150+
"memoryRequest": {
1151+
"type": "string"
1152+
},
11351153
"mountSources": {
11361154
"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.",
11371155
"type": "boolean"
@@ -1847,6 +1865,12 @@
18471865
"type": "string"
18481866
}
18491867
},
1868+
"cpuLimit": {
1869+
"type": "string"
1870+
},
1871+
"cpuRequest": {
1872+
"type": "string"
1873+
},
18501874
"dedicatedPod": {
18511875
"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`",
18521876
"type": "boolean"
@@ -1930,6 +1954,9 @@
19301954
"memoryLimit": {
19311955
"type": "string"
19321956
},
1957+
"memoryRequest": {
1958+
"type": "string"
1959+
},
19331960
"mountSources": {
19341961
"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.",
19351962
"type": "boolean"
@@ -2501,6 +2528,12 @@
25012528
"type": "string"
25022529
}
25032530
},
2531+
"cpuLimit": {
2532+
"type": "string"
2533+
},
2534+
"cpuRequest": {
2535+
"type": "string"
2536+
},
25042537
"dedicatedPod": {
25052538
"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`",
25062539
"type": "boolean"
@@ -2584,6 +2617,9 @@
25842617
"memoryLimit": {
25852618
"type": "string"
25862619
},
2620+
"memoryRequest": {
2621+
"type": "string"
2622+
},
25872623
"mountSources": {
25882624
"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.",
25892625
"type": "boolean"

0 commit comments

Comments
 (0)