File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed
docs/modules/user-guide/attachments/jsonschemas/next Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change 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"
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"
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"
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"
You can’t perform that action at this time.
0 commit comments