Skip to content
This repository has been archived by the owner on Oct 25, 2023. It is now read-only.

Commit

Permalink
feat: modify swagger
Browse files Browse the repository at this point in the history
  • Loading branch information
Lifosmin Simon authored and Lifosmin Simon committed Oct 10, 2023
1 parent 446b9b6 commit 0e9b26b
Showing 1 changed file with 16 additions and 4 deletions.
20 changes: 16 additions & 4 deletions swagger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1229,8 +1229,6 @@ definitions:
date:
type: string
example: "2012-10-30"
stopped:
type: boolean
replicas:
type: integer
status:
Expand All @@ -1255,8 +1253,6 @@ definitions:
type: integer
num_threads:
type: integer
blob_batch:
type: integer
created_by:
type: string
updated_by:
Expand All @@ -1267,6 +1263,22 @@ definitions:
updated_at:
type: string
format: date-time
env_vars:
type: object
additionalProperties:
type: string
group:
type: string
kube_cluster:
type: string
namespace:
type: string
container_image:
type: string
prometheus_host:
type: string
dlq_gcs_credential_path:
type: strting
Subscription:
type: object
description: "Siren subscription model: https://github.com/goto/siren/blob/v0.6.4/proto/siren.swagger.yaml#L1325"
Expand Down

0 comments on commit 0e9b26b

Please sign in to comment.