We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40fd6d1 commit 40559a7Copy full SHA for 40559a7
1 file changed
schema/defs.json
@@ -26,6 +26,9 @@
26
"Env": {
27
"$ref": "#/definitions/ArrayOfStrings"
28
},
29
+ "InterfaceName": {
30
+ "type": "string"
31
+ },
32
"mapStringString": {
33
"type": "object",
34
"patternProperties": {
@@ -111,6 +114,17 @@
111
114
"path"
112
115
]
113
116
117
+ "NetDevice": {
118
+ "type": "object",
119
+ "properties": {
120
+ "hostIf": {
121
+ "$ref": "#/definitions/InterfaceName"
122
123
+ "name": {
124
125
126
+ }
127
128
"containerEdits": {
129
130
"properties": {
@@ -126,6 +140,12 @@
140
"$ref": "#/definitions/DeviceNode"
141
}
142
143
+ "netDevices": {
144
+ "type": "array",
145
+ "items": {
146
+ "$ref": "#/definitions/NetDevice"
147
148
149
"mounts": {
150
"type": "array",
131
151
"items": {
0 commit comments