diff --git a/swagger.yml b/swagger.yml index df5664a..936588b 100644 --- a/swagger.yml +++ b/swagger.yml @@ -1229,8 +1229,6 @@ definitions: date: type: string example: "2012-10-30" - stopped: - type: boolean replicas: type: integer status: @@ -1255,8 +1253,6 @@ definitions: type: integer num_threads: type: integer - blob_batch: - type: integer created_by: type: string updated_by: @@ -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"