You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cmd/generate-config/config/config-openapi-spec.json
+14-7
Original file line number
Diff line number
Diff line change
@@ -470,6 +470,7 @@
470
470
"type": "object",
471
471
"required": [
472
472
"clusterNetwork",
473
+
"multus",
473
474
"serviceNetwork",
474
475
"serviceNodePortRange"
475
476
],
@@ -493,13 +494,19 @@
493
494
"ovnk"
494
495
]
495
496
},
496
-
"multusStatus": {
497
-
"description": "MultusStatus controls the deployment of the Multus CNI.\nChanging from \"Enabled\" to \"Disabled\" will not cause Multus CNI to be deleted.\nAllowed values are: unset (disabled), \"Enabled\", or \"Disabled\"",
498
-
"type": "string",
499
-
"enum": [
500
-
"Enabled",
501
-
"Disabled"
502
-
]
497
+
"multus": {
498
+
"type": "object",
499
+
"properties": {
500
+
"status": {
501
+
"description": "Status controls the deployment of the Multus CNI.\nChanging from \"Enabled\" to \"Disabled\" will not cause Multus CNI to be deleted.\nAllowed values are: unset (disabled), \"Enabled\", or \"Disabled\"",
502
+
"type": "string",
503
+
"default": "Disabled",
504
+
"enum": [
505
+
"Enabled",
506
+
"Disabled"
507
+
]
508
+
}
509
+
}
503
510
},
504
511
"serviceNetwork": {
505
512
"description": "IP address pool for services.\nCurrently, we only support a single entry here.\nThis field is immutable after installation.",
0 commit comments