Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ui] Complete container creation #7035

Merged
Prev Previous commit
Next Next commit
Add Annotation to POST /container
feloy committed Aug 22, 2023
commit 261928f3d419835263a49b01c2090695505d0ea4
4 changes: 4 additions & 0 deletions ododevapispec.yaml
Original file line number Diff line number Diff line change
@@ -565,6 +565,10 @@ paths:
sourceMapping:
description: Specific directory on which to mount sources
type: string
annotation:
description: Annotations added to the resources created for this container
$ref: '#/components/schemas/Annotation'

responses:
'200':
description: container was successfully added to the devfile

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

4 changes: 4 additions & 0 deletions pkg/apiserver-impl/swagger-ui/swagger.yaml
Original file line number Diff line number Diff line change
@@ -565,6 +565,10 @@ paths:
sourceMapping:
description: Specific directory on which to mount sources
type: string
annotation:
description: Annotations added to the resources created for this container
$ref: '#/components/schemas/Annotation'

responses:
'200':
description: container was successfully added to the devfile
2 changes: 2 additions & 0 deletions ui/src/app/api-gen/model/devstateContainerPostRequest.ts

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