Skip to content

Commit

Permalink
internal: update compose api specs
Browse files Browse the repository at this point in the history
  • Loading branch information
avitova authored and lzap committed Jan 20, 2025
1 parent 8bdd9bc commit 5ae807a
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
10 changes: 9 additions & 1 deletion internal/clients/composer/openapi.v2.gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 15 additions & 0 deletions internal/clients/composer/openapi.v2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1175,6 +1175,17 @@ components:
properties:
config:
$ref: '#/components/schemas/RHSMConfig'
CACertsCustomization:
type: object
additionalProperties: false
required:
- pem_certs
properties:
pem_certs:
type: array
example: ['---BEGIN CERTIFICATE---\nMIIC0DCCAbigAwIBAgIUI...\n---END CERTIFICATE---']
items:
type: string
UploadTarget:
type: object
required:
Expand Down Expand Up @@ -1518,6 +1529,8 @@ components:
$ref: '#/components/schemas/RPMCustomization'
rhsm:
$ref: '#/components/schemas/RHSMCustomization'
cacerts:
$ref: '#/components/schemas/CACertsCustomization'
SSHKey:
type: object
additionalProperties: false
Expand Down Expand Up @@ -1666,6 +1679,8 @@ components:
$ref: '#/components/schemas/RPMCustomization'
rhsm:
$ref: '#/components/schemas/RHSMCustomization'
cacerts:
$ref: '#/components/schemas/CACertsCustomization'
Container:
type: object
required:
Expand Down

0 comments on commit 5ae807a

Please sign in to comment.