diff --git a/docs/docs.go b/docs/docs.go index 690d376f..1e1cf377 100644 --- a/docs/docs.go +++ b/docs/docs.go @@ -1226,10 +1226,13 @@ const docTemplate = `{ "in_progress": { "type": "boolean" }, - "install_tools_check": { + "install_kubefirst_pro": { "description": "Checks", "type": "boolean" }, + "install_tools_check": { + "type": "boolean" + }, "k3s_auth": { "$ref": "#/definitions/types.K3sAuth" }, @@ -1330,6 +1333,9 @@ const docTemplate = `{ } ] }, + "ami_type": { + "type": "string" + }, "aws_auth": { "$ref": "#/definitions/types.AWSAuth" }, @@ -1499,6 +1505,9 @@ const docTemplate = `{ "google_auth": { "$ref": "#/definitions/types.GoogleAuth" }, + "resource_group": { + "type": "string" + }, "vultr_auth": { "$ref": "#/definitions/types.VultrAuth" } diff --git a/docs/swagger.json b/docs/swagger.json index 8ad6e7c3..f87276da 100644 --- a/docs/swagger.json +++ b/docs/swagger.json @@ -1220,10 +1220,13 @@ "in_progress": { "type": "boolean" }, - "install_tools_check": { + "install_kubefirst_pro": { "description": "Checks", "type": "boolean" }, + "install_tools_check": { + "type": "boolean" + }, "k3s_auth": { "$ref": "#/definitions/types.K3sAuth" }, @@ -1324,6 +1327,9 @@ } ] }, + "ami_type": { + "type": "string" + }, "aws_auth": { "$ref": "#/definitions/types.AWSAuth" }, @@ -1493,6 +1499,9 @@ "google_auth": { "$ref": "#/definitions/types.GoogleAuth" }, + "resource_group": { + "type": "string" + }, "vultr_auth": { "$ref": "#/definitions/types.VultrAuth" } diff --git a/docs/swagger.yaml b/docs/swagger.yaml index 70ef06b0..45dd51f5 100644 --- a/docs/swagger.yaml +++ b/docs/swagger.yaml @@ -157,9 +157,11 @@ definitions: $ref: '#/definitions/types.GoogleAuth' in_progress: type: boolean - install_tools_check: + install_kubefirst_pro: description: Checks type: boolean + install_tools_check: + type: boolean k3s_auth: $ref: '#/definitions/types.K3sAuth' kbot_setup_check: @@ -221,6 +223,8 @@ definitions: allOf: - $ref: '#/definitions/types.AkamaiAuth' description: Auth + ami_type: + type: string aws_auth: $ref: '#/definitions/types.AWSAuth' azure_auth: @@ -348,6 +352,8 @@ definitions: $ref: '#/definitions/types.DigitaloceanAuth' google_auth: $ref: '#/definitions/types.GoogleAuth' + resource_group: + type: string vultr_auth: $ref: '#/definitions/types.VultrAuth' type: object