Skip to content

Commit

Permalink
add associated services to helm repository
Browse files Browse the repository at this point in the history
  • Loading branch information
pggb25 committed Jul 23, 2024
1 parent a72b58e commit 528e312
Showing 1 changed file with 55 additions and 1 deletion.
56 changes: 55 additions & 1 deletion openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13126,7 +13126,7 @@ components:
description: Required if kind is `SCALEWAY_CR`
HelmRepositoryResponse:
allOf:
- $ref: '#/components/schemas/Base'
- $ref: '#/components/schemas/Base'organization/{organizationId}/helmRepository/{helmRepositoryId}
- type: object
required:
- name
Expand All @@ -13143,6 +13143,11 @@ components:
skip_tls_verification:
type: boolean
description: Bypass tls certificate verification when connecting to repository
associated_services_count:
type: integer
x-stoplight:
id: 287g4iunwmf2d
description: The number of services using this helm repository
HelmVersionResponseList:
type: object
properties:
Expand Down Expand Up @@ -18533,6 +18538,55 @@ components:
enum:
- CONTAINER
- JOB
HelmRepositoryAssociatedServiceType:
title: HelmRepositoryAssociatedServiceType
x-stoplight:
id: 7afohg0qwqoht
enum:
- HELM
HelmRepositoryAssociatedServicesResponse:
title: HelmRepositoryAssociatedServicesResponse
x-stoplight:
id: een4pa4di1fir
type: object
required:
- project_id
- project_name
- environment_id
- environment_name
- service_id
- service_name
- service_type
properties:
project_id:
type: string
x-stoplight:
id: 5p4tj302re42n
format: uuid
project_name:
type: string
x-stoplight:
id: j9o1qaceqfiu8
environment_id:
type: string
x-stoplight:
id: oe1zp7vzdukve
format: uuid
environment_name:
type: string
x-stoplight:
id: n2usi4loyu8kn
service_id:
type: string
x-stoplight:
id: 9nnymt6uz7zdq
format: uuid
service_name:
type: string
x-stoplight:
id: rb0g9ev15frmu
service_type:
$ref: '#/components/schemas/HelmRepositoryAssociatedServiceType'
responses:
'204':
description: no content
Expand Down

0 comments on commit 528e312

Please sign in to comment.