mirror of
https://github.com/outbackdingo/cozystack.git
synced 2026-01-27 18:18:41 +00:00
Fix arrays in OpenAPI spec
Signed-off-by: Andrei Kvapil <kvapss@gmail.com>
This commit is contained in:
@@ -3,9 +3,7 @@
|
||||
"endpoints": {
|
||||
"default": [],
|
||||
"description": "Endpoints configuration",
|
||||
"items": {
|
||||
"type": "string"
|
||||
},
|
||||
"items": {},
|
||||
"type": "array"
|
||||
},
|
||||
"external": {
|
||||
|
||||
@@ -47,9 +47,7 @@
|
||||
"topics": {
|
||||
"default": [],
|
||||
"description": "Topics configuration (see example)",
|
||||
"items": {
|
||||
"type": "string"
|
||||
},
|
||||
"items": {},
|
||||
"type": "array"
|
||||
},
|
||||
"zookeeper": {
|
||||
|
||||
@@ -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": {
|
||||
|
||||
@@ -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": {
|
||||
|
||||
@@ -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": {
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
},
|
||||
|
||||
@@ -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": {
|
||||
|
||||
@@ -11,9 +11,7 @@
|
||||
"whitelist": {
|
||||
"default": [],
|
||||
"description": "List of client networks",
|
||||
"items": {
|
||||
"type": "string"
|
||||
},
|
||||
"items": {},
|
||||
"type": "array"
|
||||
},
|
||||
"whitelistHTTP": {
|
||||
|
||||
@@ -13,9 +13,7 @@
|
||||
"whitelist": {
|
||||
"default": [],
|
||||
"description": "List of client networks",
|
||||
"items": {
|
||||
"type": "string"
|
||||
},
|
||||
"items": {},
|
||||
"type": "array"
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user