Skip to content

Commit 219cf6d

Browse files
committed
fixup! schema: add ContainerEdits.NetDevices.
1 parent 7416131 commit 219cf6d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

schema/defs.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,15 +117,15 @@
117117
"LinuxNetDevice": {
118118
"type": "object",
119119
"properties": {
120-
"hostInterface": {
120+
"hostInterfaceName": {
121121
"$ref": "#/definitions/InterfaceName"
122122
},
123123
"name": {
124124
"$ref": "#/definitions/InterfaceName"
125125
}
126126
},
127127
"required": [
128-
"hostInterface",
128+
"hostInterfaceName",
129129
"name"
130130
]
131131
},

0 commit comments

Comments
 (0)