Fix arrays in OpenAPI spec

Signed-off-by: Andrei Kvapil <kvapss@gmail.com>
This commit is contained in:
Andrei Kvapil
2025-07-18 02:54:30 +02:00
parent 190f94c485
commit 9022b8bda8
9 changed files with 10 additions and 30 deletions

View File

@@ -3,9 +3,7 @@
"endpoints": {
"default": [],
"description": "Endpoints configuration",
"items": {
"type": "string"
},
"items": {},
"type": "array"
},
"external": {

View File

@@ -47,9 +47,7 @@
"topics": {
"default": [],
"description": "Topics configuration (see example)",
"items": {
"type": "string"
},
"items": {},
"type": "array"
},
"zookeeper": {

View File

@@ -86,9 +86,7 @@
"hosts": {
"default": [],
"description": "List of domain names that the parent cluster should route to this tenant cluster. Taken into account only when `exposeMethod` is set to `Proxied`.",
"items": {
"type": "string"
},
"items": {},
"type": "array"
},
"valuesOverride": {

View File

@@ -10,9 +10,7 @@
"endpoints": {
"default": [],
"description": "Endpoint addresses list",
"items": {
"type": "string"
},
"items": {},
"type": "array"
},
"mode": {
@@ -69,9 +67,7 @@
"whitelist": {
"default": [],
"description": "List of client networks",
"items": {
"type": "string"
},
"items": {},
"type": "array"
},
"whitelistHTTP": {

View File

@@ -176,9 +176,7 @@
"sshKeys": {
"default": [],
"description": "List of SSH public keys for authentication. Can be a single key or a list of keys.",
"items": {
"type": "string"
},
"items": {},
"type": "array"
},
"systemDisk": {

View File

@@ -184,9 +184,7 @@
"sshKeys": {
"default": [],
"description": "List of SSH public keys for authentication. Can be a single key or a list of keys.",
"items": {
"type": "string"
},
"items": {},
"type": "array"
}
},

View File

@@ -8,9 +8,7 @@
"externalIPs": {
"default": [],
"description": "List of externalIPs for service. Optional. If not specified will use LoadBalancer service by default.",
"items": {
"type": "string"
},
"items": {},
"type": "array"
},
"host": {

View File

@@ -11,9 +11,7 @@
"whitelist": {
"default": [],
"description": "List of client networks",
"items": {
"type": "string"
},
"items": {},
"type": "array"
},
"whitelistHTTP": {

View File

@@ -13,9 +13,7 @@
"whitelist": {
"default": [],
"description": "List of client networks",
"items": {
"type": "string"
},
"items": {},
"type": "array"
}
},