diff --git a/docs/docs.go b/docs/docs.go index 94bad53c..56954f6c 100644 --- a/docs/docs.go +++ b/docs/docs.go @@ -1097,7 +1097,7 @@ const docTemplate = `{ "type": "string" }, "node_count": { - "type": "string" + "type": "integer" }, "node_type": { "type": "string" @@ -1241,7 +1241,7 @@ const docTemplate = `{ "$ref": "#/definitions/types.GoogleAuth" }, "node_count": { - "type": "string" + "type": "integer" }, "node_type": { "type": "string" diff --git a/docs/swagger.json b/docs/swagger.json index 14de17b2..7026d967 100644 --- a/docs/swagger.json +++ b/docs/swagger.json @@ -1091,7 +1091,7 @@ "type": "string" }, "node_count": { - "type": "string" + "type": "integer" }, "node_type": { "type": "string" @@ -1235,7 +1235,7 @@ "$ref": "#/definitions/types.GoogleAuth" }, "node_count": { - "type": "string" + "type": "integer" }, "node_type": { "type": "string" diff --git a/docs/swagger.yaml b/docs/swagger.yaml index 1c6edf83..984360a6 100644 --- a/docs/swagger.yaml +++ b/docs/swagger.yaml @@ -144,7 +144,7 @@ definitions: last_condition: type: string node_count: - type: string + type: integer node_type: type: string state_store_create_check: @@ -237,7 +237,7 @@ definitions: google_auth: $ref: '#/definitions/types.GoogleAuth' node_count: - type: string + type: integer node_type: type: string subdomain_name: