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 2626 "Env" : {
2727 "$ref" : " #/definitions/ArrayOfStrings"
2828 },
29+ "InterfaceName" : {
30+ "type" : " string"
31+ },
2932 "mapStringString" : {
3033 "type" : " object" ,
3134 "patternProperties" : {
111114 " path"
112115 ]
113116 },
117+ "NetDevice" : {
118+ "type" : " object" ,
119+ "properties" : {
120+ "hostIf" : {
121+ "$ref" : " #/definitions/InterfaceName"
122+ },
123+ "name" : {
124+ "$ref" : " #/definitions/InterfaceName"
125+ }
126+ }
127+ },
114128 "containerEdits" : {
115129 "type" : " object" ,
116130 "properties" : {
126140 "$ref" : " #/definitions/DeviceNode"
127141 }
128142 },
143+ "netDevices" : {
144+ "type" : " array" ,
145+ "items" : {
146+ "$ref" : " #/definitions/NetDevice"
147+ }
148+ },
129149 "mounts" : {
130150 "type" : " array" ,
131151 "items" : {
You can’t perform that action at this time.
0 commit comments