mirror of
https://github.com/GlueOps/autoglue.git
synced 2026-02-13 04:40:05 +01:00
feat: add docker_image and docker_tag to cluster api
Signed-off-by: allanice001 <allanice001@gmail.com>
This commit is contained in:
@@ -96,6 +96,10 @@ components:
|
||||
$ref: '#/components/schemas/dto.RecordSetResponse'
|
||||
created_at:
|
||||
type: string
|
||||
docker_image:
|
||||
type: string
|
||||
docker_tag:
|
||||
type: string
|
||||
glueops_load_balancer:
|
||||
$ref: '#/components/schemas/dto.LoadBalancerResponse'
|
||||
id:
|
||||
@@ -129,6 +133,10 @@ components:
|
||||
properties:
|
||||
cluster_provider:
|
||||
type: string
|
||||
docker_image:
|
||||
type: string
|
||||
docker_tag:
|
||||
type: string
|
||||
name:
|
||||
type: string
|
||||
region:
|
||||
@@ -713,6 +721,10 @@ components:
|
||||
properties:
|
||||
cluster_provider:
|
||||
type: string
|
||||
docker_image:
|
||||
type: string
|
||||
docker_tag:
|
||||
type: string
|
||||
name:
|
||||
type: string
|
||||
region:
|
||||
|
||||
Reference in New Issue
Block a user