File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change 26
26
"Env" : {
27
27
"$ref" : " #/definitions/ArrayOfStrings"
28
28
},
29
+ "InterfaceName" : {
30
+ "type" : " string"
31
+ },
29
32
"mapStringString" : {
30
33
"type" : " object" ,
31
34
"patternProperties" : {
111
114
" path"
112
115
]
113
116
},
117
+ "NetDevice" : {
118
+ "type" : " object" ,
119
+ "properties" : {
120
+ "hostIf" : {
121
+ "$ref" : " #/definitions/InterfaceName"
122
+ },
123
+ "name" : {
124
+ "$ref" : " #/definitions/InterfaceName"
125
+ }
126
+ }
127
+ },
114
128
"containerEdits" : {
115
129
"type" : " object" ,
116
130
"properties" : {
126
140
"$ref" : " #/definitions/DeviceNode"
127
141
}
128
142
},
143
+ "netDevices" : {
144
+ "type" : " array" ,
145
+ "items" : {
146
+ "$ref" : " #/definitions/NetDevice"
147
+ }
148
+ },
129
149
"mounts" : {
130
150
"type" : " array" ,
131
151
"items" : {
You can’t perform that action at this time.
0 commit comments