Skip to content

Commit

Permalink
run swagger init (#277)
Browse files Browse the repository at this point in the history
  • Loading branch information
jarededwards authored Jan 9, 2024
1 parent cd85771 commit a9db653
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions docs/docs.go
Original file line number Diff line number Diff line change
Expand Up @@ -1097,7 +1097,7 @@ const docTemplate = `{
"type": "string"
},
"node_count": {
"type": "string"
"type": "integer"
},
"node_type": {
"type": "string"
Expand Down Expand Up @@ -1241,7 +1241,7 @@ const docTemplate = `{
"$ref": "#/definitions/types.GoogleAuth"
},
"node_count": {
"type": "string"
"type": "integer"
},
"node_type": {
"type": "string"
Expand Down
4 changes: 2 additions & 2 deletions docs/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -1091,7 +1091,7 @@
"type": "string"
},
"node_count": {
"type": "string"
"type": "integer"
},
"node_type": {
"type": "string"
Expand Down Expand Up @@ -1235,7 +1235,7 @@
"$ref": "#/definitions/types.GoogleAuth"
},
"node_count": {
"type": "string"
"type": "integer"
},
"node_type": {
"type": "string"
Expand Down
4 changes: 2 additions & 2 deletions docs/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ definitions:
last_condition:
type: string
node_count:
type: string
type: integer
node_type:
type: string
state_store_create_check:
Expand Down Expand Up @@ -237,7 +237,7 @@ definitions:
google_auth:
$ref: '#/definitions/types.GoogleAuth'
node_count:
type: string
type: integer
node_type:
type: string
subdomain_name:
Expand Down

0 comments on commit a9db653

Please sign in to comment.