Skip to content

Commit 69d1aa9

Browse files
committed
Update devfile schema based on devfile/api@9039e8f
1 parent 868daf4 commit 69d1aa9

File tree

1 file changed

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

1 file changed

+16
-0
lines changed

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

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1357,6 +1357,10 @@
13571357
"description": "Allows specifying the definition of a volume shared by several other components",
13581358
"type": "object",
13591359
"properties": {
1360+
"ephemeral": {
1361+
"description": "Ephemeral volumes are not stored persistently across restarts. Defaults to false",
1362+
"type": "boolean"
1363+
},
13601364
"size": {
13611365
"description": "Size of the volume",
13621366
"type": "string"
@@ -1402,6 +1406,10 @@
14021406
"description": "Allows specifying the definition of a volume shared by several other components",
14031407
"type": "object",
14041408
"properties": {
1409+
"ephemeral": {
1410+
"description": "Ephemeral volumes are not stored persistently across restarts. Defaults to false",
1411+
"type": "boolean"
1412+
},
14051413
"size": {
14061414
"description": "Size of the volume",
14071415
"type": "string"
@@ -2827,6 +2835,10 @@
28272835
"description": "Allows specifying the definition of a volume shared by several other components",
28282836
"type": "object",
28292837
"properties": {
2838+
"ephemeral": {
2839+
"description": "Ephemeral volumes are not stored persistently across restarts. Defaults to false",
2840+
"type": "boolean"
2841+
},
28302842
"size": {
28312843
"description": "Size of the volume",
28322844
"type": "string"
@@ -2869,6 +2881,10 @@
28692881
"description": "Allows specifying the definition of a volume shared by several other components",
28702882
"type": "object",
28712883
"properties": {
2884+
"ephemeral": {
2885+
"description": "Ephemeral volumes are not stored persistently across restarts. Defaults to false",
2886+
"type": "boolean"
2887+
},
28722888
"size": {
28732889
"description": "Size of the volume",
28742890
"type": "string"

0 commit comments

Comments
 (0)