mirror of
https://github.com/GlueOps/autoglue.git
synced 2026-02-13 04:40:05 +01:00
feat: load balancers ui
Signed-off-by: allanice001 <allanice001@gmail.com>
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -2,8 +2,8 @@ package docs
|
||||
|
||||
import _ "embed"
|
||||
|
||||
//go:embed swagger.json
|
||||
//go:embed openapi.json
|
||||
var SwaggerJSON []byte
|
||||
|
||||
//go:embed swagger.yaml
|
||||
//go:embed openapi.yaml
|
||||
var SwaggerYAML []byte
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -203,7 +203,8 @@ components:
|
||||
properties:
|
||||
kind:
|
||||
enum:
|
||||
- glueops|public
|
||||
- glueops
|
||||
- public
|
||||
example: public
|
||||
type: string
|
||||
name:
|
||||
@@ -460,8 +461,6 @@ components:
|
||||
id:
|
||||
type: string
|
||||
kind:
|
||||
enum:
|
||||
- glueops|public
|
||||
type: string
|
||||
name:
|
||||
type: string
|
||||
@@ -758,7 +757,8 @@ components:
|
||||
properties:
|
||||
kind:
|
||||
enum:
|
||||
- glueops|public
|
||||
- glueops
|
||||
- public
|
||||
example: public
|
||||
type: string
|
||||
name:
|
||||
@@ -1126,7 +1126,22 @@ components:
|
||||
type: string
|
||||
type: object
|
||||
securitySchemes:
|
||||
"":
|
||||
ApiKeyAuth:
|
||||
description: User API key
|
||||
in: header
|
||||
name: X-API-KEY
|
||||
type: apiKey
|
||||
BearerAuth:
|
||||
description: Bearer token authentication
|
||||
in: header
|
||||
name: Authorization
|
||||
type: apiKey
|
||||
OrgKeyAuth:
|
||||
description: Org-level key/secret authentication
|
||||
in: header
|
||||
name: X-ORG-KEY
|
||||
type: apiKey
|
||||
OrgSecretAuth:
|
||||
description: Org-level secret
|
||||
in: header
|
||||
name: X-ORG-SECRET
|
||||
Reference in New Issue
Block a user