We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb963c1 commit 7b260a5Copy full SHA for 7b260a5
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
+ "LinuxNetDevice": {
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/LinuxNetDevice"
147
148
149
"mounts": {
150
"type": "array",
131
151
"items": {
0 commit comments